X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmingw%2Fdevice.c;h=b156cef7f977f399dc9cc8cdd139023901907827;hp=0ae0cf2713a84af3c88bce6bf892fe89b43e0230;hb=6f3099595530280028f6ec3d0b310df523e75f98;hpb=691907caaeb348dee3dbe8a85f3590241f2cc992 diff --git a/src/mingw/device.c b/src/mingw/device.c index 0ae0cf27..b156cef7 100644 --- a/src/mingw/device.c +++ b/src/mingw/device.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: device.c,v 1.1.2.11 2003/08/03 21:45:41 guus Exp $ + $Id: device.c,v 1.1.2.12 2003/08/08 17:20:12 guus Exp $ */ #include "system.h" @@ -219,7 +219,7 @@ bool setup_device(void) } if(device_handle == INVALID_HANDLE_VALUE) { - logger(LOG_ERR, _("%s (%s) is no a usable Windows tap device!"), device, iface); + logger(LOG_ERR, _("%s (%s) is not a usable Windows tap device!"), device, iface); return false; }