From c9c7de79325c82fc4051524c9c52528a304307d7 Mon Sep 17 00:00:00 2001 From: leeceeksdee <70331744+leeceeksdee@users.noreply.github.com> Date: Fri, 28 Aug 2020 19:18:33 +0200 Subject: [PATCH] her -> their --- login-utils/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-utils/login.c b/login-utils/login.c index 186a5ff5e4..d11560a15e 100644 --- a/login-utils/login.c +++ b/login-utils/login.c @@ -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 -- 2.47.3