From: Marco van Wieringen Date: Mon, 24 Oct 2011 09:28:26 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=93d3509747e6c5a59ff8aeece2fba55e21b04c4b;p=bacula%2Fbacula Fix typo --- diff --git a/bacula/src/lib/bnet.c b/bacula/src/lib/bnet.c index b783136b2a..b2a63b9c6c 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) {