]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 24 Oct 2011 09:28:26 +0000 (11:28 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:07 +0000 (14:50 +0200)
bacula/src/lib/bnet.c

index b783136b2afe3e03ace0c29a8afc0e727dfb05f7..b2a63b9c6cbab9a22d190f2220f23cf4f23bc92f 100644 (file)
@@ -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) {