winbind: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 6 Mar 2017 20:33:28 +0000 (20:33 +0000)
committerUri Simchoni <uri@samba.org>
Thu, 9 Mar 2017 19:04:19 +0000 (20:04 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
source3/winbindd/winbindd_pam.c

index 5d1da16c93a13ffdb79a357611f5695789fba568..782b28a01733e29d767b02be0f67677c78911a0e 100644 (file)
@@ -1578,7 +1578,7 @@ static NTSTATUS winbindd_dual_pam_auth_samlogon(TALLOC_CTX *mem_ctx,
 
        /* handle the case where a NT4 DC does not fill in the acct_flags in
         * the samlogon reply info3. When accurate info3 is required by the
-        * caller, we look up the account flags ourselve - gd */
+        * caller, we look up the account flags ourselves - gd */
 
        if ((request_flags & WBFLAG_PAM_INFO3_TEXT) &&
            NT_STATUS_IS_OK(result) && (my_info3->base.acct_flags == 0)) {