summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-02-01 15:37:11 +0100
committerVolker Lendecke <vl@samba.org>2008-02-01 23:32:51 +0100
commit680a0f0c69f2c31e0e72276444d130d3a60bef82 (patch)
tree7a09165bdc292b459eac3b52a131534faf47337c /source3/lib/util_sock.c
parentd3b12796ad9ca9b2c78d199cc7ea17e36372c070 (diff)
downloadsamba-680a0f0c69f2c31e0e72276444d130d3a60bef82.tar.gz
samba-680a0f0c69f2c31e0e72276444d130d3a60bef82.tar.bz2
samba-680a0f0c69f2c31e0e72276444d130d3a60bef82.zip
Fix a typo
(This used to be commit 1efdef08ae19a01b03bf6730df1fb4a9a4a8aba0)
Diffstat (limited to 'source3/lib/util_sock.c')
-rw-r--r--source3/lib/util_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c
index ced1130536..f5797f175b 100644
--- a/source3/lib/util_sock.c
+++ b/source3/lib/util_sock.c
@@ -112,7 +112,7 @@ static bool interpret_string_addr_internal(struct addrinfo **ppres,
&hints,
ppres);
if (ret) {
- DEBUG(3,("interpret_string_addr_interal: getaddrinfo failed "
+ DEBUG(3,("interpret_string_addr_internal: getaddrinfo failed "
"for name %s [%s]\n",
str,
gai_strerror(ret) ));