From: Volker Lendecke Date: Mon, 17 Jul 2017 13:40:11 +0000 (+0200) Subject: nsswitch: Fix a typo X-Git-Tag: talloc-2.1.11~487 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df5a5341987eee1ef4666ab01d7e714159388a75;p=thirdparty%2Fsamba.git nsswitch: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index a2e7d4c392c..9100dbcf6ea 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -258,7 +258,7 @@ struct winbindd_request { gid_t gid; /* getgrgid, gid_to_sid */ uint32_t ndrcmd; struct { - /* We deliberatedly don't split into domain/user to + /* We deliberately don't split into domain/user to avoid having the client know what the separator character is. */ fstring user;