]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bnet.c
Make PurgeMigrationJob directive name correspond to doc
[bacula/bacula] / 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) {