]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 31 Oct 2020 16:32:14 +0000 (17:32 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 4 Nov 2020 18:55:39 +0000 (18:55 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/namequery.c

index cd4a31fd8c9fdbb128501527f7ec49d8dacc6ac2..1e109ecc37174e8e89a2dc510fc7c47f34df6f1e 100644 (file)
@@ -2469,7 +2469,7 @@ NTSTATUS dns_lookup_list_async(TALLOC_CTX *ctx,
                goto fail;
        }
 
-       /* Hit all the DNS servers with asnyc lookups for all the names. */
+       /* Hit all the DNS servers with async lookups for all the names. */
        for (i = 0; i < num_dns_names; i++) {
                DBG_INFO("async DNS lookup A record for %s\n",
                        dns_lookup_names[i]);