From 240df6c7b05e3c5c7be80d7607824147f360d64e Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 18 Feb 2013 10:05:23 +0100 Subject: [PATCH] wb_samba3_cmd.c: Fix typo in comment. redundent -> redundant Signed-off-by: Karolin Seeger --- source4/winbind/wb_samba3_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.4.GIT