summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-07-12 10:43:45 +0200
committerVolker Lendecke <vl@samba.org>2016-07-12 17:49:19 +0200
commite8bab7e5b273cb74332fc163d9e57a15fca7a0a4 (patch)
tree959f0e65c7fcade936b4c67a4310b3e750692962 /source3/libsmb
parent9d29593d9224ba1d380bb697d45238f34c1edf53 (diff)
downloadsamba-e8bab7e5b273cb74332fc163d9e57a15fca7a0a4.tar.gz
libsmb:namequery: fix typo in comment in get_dc_list()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/namequery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c
index 4709c035545..945fc644bb2 100644
--- a/source3/libsmb/namequery.c
+++ b/source3/libsmb/namequery.c
@@ -3173,7 +3173,7 @@ static NTSTATUS get_dc_list(const char *domain,
next_token_talloc(ctx, &p, &name, LIST_SEP)) {
struct sockaddr_storage name_ss;
- /* copy any addersses from the auto lookup */
+ /* copy any addresses from the auto lookup */
if (strequal(name, "*")) {
for (j=0; j<auto_count; j++) {