From df5a5341987eee1ef4666ab01d7e714159388a75 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 17 Jul 2017 15:40:11 +0200 Subject: [PATCH] nsswitch: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- nsswitch/winbind_struct_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1