From f77c3a65dbbe02ba754089125a0b6e4e53957a93 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 29 Jul 2014 10:05:42 +0000 Subject: libcli: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Michael Adam --- source4/libcli/resolve/dns_ex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ","); -- cgit