Fix typo
authorVolker Lendecke <vl@samba.org>
Wed, 30 Apr 2008 10:58:40 +0000 (12:58 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 5 May 2008 16:28:59 +0000 (18:28 +0200)
(This used to be commit 8047a1991a09191fec254815f3bfc85a2c36674a)

source3/smbd/sesssetup.c

index 99bf0dcbb9cd21cc1ce26178110667195e24a389..b9219ab302a9ef8d0ab969c6dc57f4d8d5739ba7 100644 (file)
@@ -442,7 +442,7 @@ static void reply_spnego_kerberos(struct smb_request *req,
        if (pw) {
                /* if a real user check pam account restrictions */
                /* only really perfomed if "obey pam restriction" is true */
-               /* do this before an eventual mappign to guest occurs */
+               /* do this before an eventual mapping to guest occurs */
                ret = smb_pam_accountcheck(pw->pw_name);
                if (  !NT_STATUS_IS_OK(ret)) {
                        DEBUG(1,("PAM account restriction "