From: Volker Lendecke Date: Sat, 31 Oct 2020 16:32:14 +0000 (+0100) Subject: libsmb: Fix a typo X-Git-Tag: talloc-2.3.2~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=669414efacce6f06b6d1c01a16c981b24c3e165f;p=thirdparty%2Fsamba.git libsmb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index cd4a31fd8c9..1e109ecc371 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -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]);