From: Marco van Wieringen Date: Mon, 24 Oct 2011 09:28:26 +0000 (+0200) Subject: Fix typo X-Git-Tag: Release-5.2.1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b46ea1137ec5e740c56edbeed673db2fdb4f285;p=thirdparty%2Fbacula.git Fix typo --- diff --git a/bacula/src/lib/bnet.c b/bacula/src/lib/bnet.c index b783136b2..b2a63b9c6 100644 --- a/bacula/src/lib/bnet.c +++ b/bacula/src/lib/bnet.c @@ -83,7 +83,7 @@ int32_t read_nbytes(BSOCK * bsock, char *ptr, int32_t nbytes) #ifdef HAVE_WIN32 /* - * For Windows, we must simulate Unix erro on a socket + * For Windows, we must simulate Unix errno on a socket * error in order to handle errors correctly. */ if (nread == SOCKET_ERROR) { @@ -158,7 +158,7 @@ int32_t write_nbytes(BSOCK * bsock, char *ptr, int32_t nbytes) #ifdef HAVE_WIN32 /* - * For Windows, we must simulate Unix erro on a socket + * For Windows, we must simulate Unix errno on a socket * error in order to handle errors correctly. */ if (nwritten == SOCKET_ERROR) {