summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-07-17 15:40:11 +0200
committerJeremy Allison <jra@samba.org>2017-11-18 00:09:15 +0100
commitdf5a5341987eee1ef4666ab01d7e714159388a75 (patch)
treea59131915f21883be41c4fb62abbb548f26545c7 /nsswitch
parentc19b49bad8071bc33089e5b3c053fcb890a8ea11 (diff)
downloadsamba-df5a5341987eee1ef4666ab01d7e714159388a75.tar.gz
nsswitch: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/winbind_struct_protocol.h2
1 files changed, 1 insertions, 1 deletions
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;