From: Karolin Seeger Date: Mon, 18 Feb 2013 09:05:23 +0000 (+0100) Subject: wb_samba3_cmd.c: Fix typo in comment. X-Git-Tag: tevent-0.9.18~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=240df6c7b05e3c5c7be80d7607824147f360d64e;p=thirdparty%2Fsamba.git wb_samba3_cmd.c: Fix typo in comment. redundent -> redundant Signed-off-by: Karolin Seeger --- diff --git a/source4/winbind/wb_samba3_cmd.c b/source4/winbind/wb_samba3_cmd.c index 54b1dcc39c7..cb323ddff61 100644 --- a/source4/winbind/wb_samba3_cmd.c +++ b/source4/winbind/wb_samba3_cmd.c @@ -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;