summaryrefslogtreecommitdiff
path: root/source4/winbind
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-05-15 18:24:42 +0200
committerJeremy Allison <jra@samba.org>2013-05-16 07:49:24 +0200
commit7ff3cbdabf8be6c323e1b5e9d68e0370d32f574e (patch)
treef2c987bfc0f96c069c9d764129cdffef1d1a07df /source4/winbind
parentb07d97d7f5ab61da1cc5d228561230705ab32052 (diff)
downloadsamba-7ff3cbdabf8be6c323e1b5e9d68e0370d32f574e.tar.gz
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')
-rw-r--r--source4/winbind/wb_samba3_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_samba3_cmd.c b/source4/winbind/wb_samba3_cmd.c
index cb323ddff61..091e93ef555 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);