summaryrefslogtreecommitdiff
path: root/source4/winbind
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-02-18 10:05:23 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-02-18 22:07:39 +1100
commit240df6c7b05e3c5c7be80d7607824147f360d64e (patch)
tree5ea8c4b8d193372794f750c286412eeb8cd092d4 /source4/winbind
parentb22b22dccac6d3bdf7f02d9fe037a472df7956fd (diff)
downloadsamba-240df6c7b05e3c5c7be80d7607824147f360d64e.tar.gz
samba-240df6c7b05e3c5c7be80d7607824147f360d64e.tar.bz2
samba-240df6c7b05e3c5c7be80d7607824147f360d64e.zip
wb_samba3_cmd.c: Fix typo in comment.
redundent -> redundant Signed-off-by: Karolin Seeger <kseeger@samba.org>
Diffstat (limited to 'source4/winbind')
-rw-r--r--source4/winbind/wb_samba3_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_samba3_cmd.c b/source4/winbind/wb_samba3_cmd.c
index 54b1dcc39c..cb323ddff6 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;