wb_samba3_cmd.c: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Mon, 18 Feb 2013 09:05:23 +0000 (10:05 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 18 Feb 2013 11:07:39 +0000 (22:07 +1100)
redundent -> redundant

Signed-off-by: Karolin Seeger <kseeger@samba.org>
source4/winbind/wb_samba3_cmd.c

index 54b1dcc39c7e1b26da7b0217cf5d4d48d5d57eaf..cb323ddff61445d34e920f8da64006aea095a3cd 100644 (file)
@@ -48,7 +48,7 @@ static NTSTATUS wb_samba3_append_info3_as_txt(TALLOC_CTX *mem_ctx,
        info3 = talloc(mem_ctx, struct netr_SamInfo3);
        NT_STATUS_HAVE_NO_MEMORY(info3);
 
-       /* The Samba3 protocol has a redundent 4 bytes at the start */
+       /* The Samba3 protocol has a redundant 4 bytes at the start */
        info3b.data += 4;
        info3b.length -= 4;