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