Explorar o código

spelling: convert

Josh Soref %!s(int64=9) %!d(string=hai) anos
pai
achega
32de4d98e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/acl.c

+ 1 - 1
src/acl.c

@@ -228,7 +228,7 @@ int add_ipv4_to_acl(char *ipv4) {
                 return 0;
         }
 
-        /* Conver ip and mask to unsigned long */
+        /* Convert ip and mask to unsigned long */
         ip = htonl((data[0] << 24) + (data[1] << 16) + (data[2] << 8) + data[3]);
         mask =  htonl(-1 << (32 - data[4]));