s3:auth: Fix code spelling
[samba.git] / source3 / auth / pass_check.c
index d7e3e6ad3a5d5bf563073b5701f925e4f1829318..3b74c8ffdd8fdb9d74945cc0a7b2703b3ace7e39 100644 (file)
@@ -258,7 +258,7 @@ NTSTATUS pass_check(const struct passwd *pass,
         if NT_STATUS_IS_OK(nt_status) {
                return (nt_status);
        } else if (!NT_STATUS_EQUAL(nt_status, NT_STATUS_WRONG_PASSWORD)) {
-                /* No point continuing if its not the password thats to blame (ie PAM disabled). */
+                /* No point continuing if its not the password that's to blame (ie PAM disabled). */
                 return (nt_status);
         }