summaryrefslogtreecommitdiff
path: root/lib/util/util_net.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-02-07 17:53:29 +0100
committerVolker Lendecke <vl@samba.org>2010-02-13 13:25:03 +0100
commit1a995ab51e1ce236d713e20e264b8c65146b8ec4 (patch)
tree140dc6c91437e5549a6117e7ede3bad9e4aee51e /lib/util/util_net.c
parentece99c763acdc8a9b98ace4b8b08dfccbb1c9cb3 (diff)
downloadsamba-1a995ab51e1ce236d713e20e264b8c65146b8ec4.tar.gz
samba-1a995ab51e1ce236d713e20e264b8c65146b8ec4.tar.bz2
samba-1a995ab51e1ce236d713e20e264b8c65146b8ec4.zip
s3: Fix a typo
Diffstat (limited to 'lib/util/util_net.c')
-rw-r--r--lib/util/util_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/util_net.c b/lib/util/util_net.c
index 0ce495e57c..b537e59316 100644
--- a/lib/util/util_net.c
+++ b/lib/util/util_net.c
@@ -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,