diff options
author | Karolin Seeger <kseeger@samba.org> | 2013-05-15 18:24:42 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-05-16 07:49:24 +0200 |
commit | 7ff3cbdabf8be6c323e1b5e9d68e0370d32f574e (patch) | |
tree | f2c987bfc0f96c069c9d764129cdffef1d1a07df /source4/winbind/wb_samba3_cmd.c | |
parent | b07d97d7f5ab61da1cc5d228561230705ab32052 (diff) | |
download | samba-7ff3cbdabf8be6c323e1b5e9d68e0370d32f574e.tar.gz samba-7ff3cbdabf8be6c323e1b5e9d68e0370d32f574e.tar.bz2 samba-7ff3cbdabf8be6c323e1b5e9d68e0370d32f574e.zip |
source4/winbind/wb_samba3_cmd.c: Fix typo in comment.
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu May 16 07:49:24 CEST 2013 on sn-devel-104
Diffstat (limited to 'source4/winbind/wb_samba3_cmd.c')
-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); |