s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 7 Feb 2010 16:53:29 +0000 (17:53 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 13 Feb 2010 12:25:03 +0000 (13:25 +0100)
lib/util/util_net.c

index 0ce495e57cbabe1af82053c0dce28fdd4349587b..b537e59316bb1b47b5930725a9189b9a50a42fe7 100644 (file)
@@ -54,7 +54,7 @@ bool interpret_string_addr_internal(struct addrinfo **ppres,
        hints.ai_socktype = SOCK_STREAM;
        hints.ai_flags = flags;
 
-       /* Linux man page on getaddinfo() says port will be
+       /* Linux man page on getaddrinfo() says port will be
           uninitialized when service string in NULL */
 
        ret = getaddrinfo(str, NULL,