From: Karolin Seeger Date: Wed, 15 May 2013 16:24:42 +0000 (+0200) Subject: source4/winbind/wb_samba3_cmd.c: Fix typo in comment. X-Git-Tag: tdb-1.2.12~191 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=7ff3cbdabf8be6c323e1b5e9d68e0370d32f574e;p=samba.git source4/winbind/wb_samba3_cmd.c: Fix typo in comment. Signed-off-by: Karolin Seeger Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu May 16 07:49:24 CEST 2013 on sn-devel-104 --- 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);