From 12f0624a85c8fe1d05f10c9c08bdbf7fcf0430a0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 8 Sep 2011 12:01:42 +0200 Subject: [PATCH] s3: Fix a typo --- source3/winbindd/winbindd_msrpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_msrpc.c b/source3/winbindd/winbindd_msrpc.c index 342a03b1c9bb..094b025053d7 100644 --- a/source3/winbindd/winbindd_msrpc.c +++ b/source3/winbindd/winbindd_msrpc.c @@ -254,7 +254,7 @@ static NTSTATUS msrpc_name_to_sid(struct winbindd_domain *domain, name_map_status = normalize_name_unmap(mem_ctx, full_name, &mapped_name); - /* Reset the full_name pointer if we mapped anytthing */ + /* Reset the full_name pointer if we mapped anything */ if (NT_STATUS_IS_OK(name_map_status) || NT_STATUS_EQUAL(name_map_status, NT_STATUS_FILE_RENAMED)) -- 2.34.1