diff options
author | Volker Lendecke <vl@samba.org> | 2014-07-29 10:05:42 +0000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-07-31 18:49:46 +0200 |
commit | f77c3a65dbbe02ba754089125a0b6e4e53957a93 (patch) | |
tree | 1dc77b9120eced86f38eb897983d98ca77d7c8ee /source4/libcli | |
parent | 64b9f520d2835d113bd9ab7ef86e4f9df541a70d (diff) | |
download | samba-f77c3a65dbbe02ba754089125a0b6e4e53957a93.tar.gz |
libcli: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/resolve/dns_ex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c index 1226ed6c182..0935928dc2a 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, ","); |