s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 8 Sep 2011 10:01:42 +0000 (12:01 +0200)
committerVolker Lendecke <vlendec@samba.org>
Thu, 8 Sep 2011 11:38:27 +0000 (13:38 +0200)
source3/winbindd/winbindd_msrpc.c

index 342a03b1c9bbfd915024f43b10ebf296e6a79eb1..094b025053d7a2b1f3b31c384dfe06b9c6e152cc 100644 (file)
@@ -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))