]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
her -> their
authorleeceeksdee <70331744+leeceeksdee@users.noreply.github.com>
Fri, 28 Aug 2020 17:18:33 +0000 (19:18 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Aug 2020 17:18:33 +0000 (19:18 +0200)
login-utils/login.c

index 186a5ff5e459b11c844904e669a13c9414ebedd9..d11560a15e94585fc4e6651ce3400106db61ee24 100644 (file)
@@ -856,7 +856,7 @@ static void loginpam_auth(struct login_context *cxt)
                if (rc == PAM_USER_UNKNOWN && !show_unknown)
                        /*
                         * Logging unknown usernames may be a security issue if
-                        * a user enters her password instead of her login name.
+                        * a user enters their password instead of their login name.
                         */
                        cxt->username = NULL;
                else