From 669414efacce6f06b6d1c01a16c981b24c3e165f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 31 Oct 2020 17:32:14 +0100 Subject: [PATCH] libsmb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/libsmb/namequery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- 2.47.3