summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-29 10:05:42 +0000
committerMichael Adam <obnox@samba.org>2014-07-31 18:49:46 +0200
commitf77c3a65dbbe02ba754089125a0b6e4e53957a93 (patch)
tree1dc77b9120eced86f38eb897983d98ca77d7c8ee
parent64b9f520d2835d113bd9ab7ef86e4f9df541a70d (diff)
downloadsamba-f77c3a65dbbe02ba754089125a0b6e4e53957a93.tar.gz
samba-f77c3a65dbbe02ba754089125a0b6e4e53957a93.tar.xz
samba-f77c3a65dbbe02ba754089125a0b6e4e53957a93.zip
libcli: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r--source4/libcli/resolve/dns_ex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c
index 1226ed6c18..0935928dc2 100644
--- a/source4/libcli/resolve/dns_ex.c
+++ b/source4/libcli/resolve/dns_ex.c
@@ -494,7 +494,7 @@ static void pipe_handler(struct tevent_context *ev, struct tevent_fd *fde,
return;
}
- /* enusre the address looks good */
+ /* ensure the address looks good */
address[ret] = 0;
addrs = str_list_make(state, address, ",");