libsmb:namequery: fix typo in comment in get_dc_list()
[samba.git] / source3 / libsmb / namequery.c
index 4709c035545d340d7aa2833fbc1d5cbbe063044f..945fc644bb2e4982d759edbe31b1270088d49686 100644 (file)
@@ -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++) {