diff options
-rw-r--r-- | source4/winbind/wb_samba3_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_samba3_cmd.c b/source4/winbind/wb_samba3_cmd.c index cb323ddff6..091e93ef55 100644 --- a/source4/winbind/wb_samba3_cmd.c +++ b/source4/winbind/wb_samba3_cmd.c @@ -625,7 +625,7 @@ NTSTATUS wbsrv_samba3_pam_logoff(struct wbsrv_samba3_call *s3call) The return value (in the async reply) may include the 'info3' (effectivly most things you would want to know about the user), or - the NT and LM session keys seperated. + the NT and LM session keys separated. */ static void pam_auth_crap_recv(struct composite_context *ctx); |