From d0308956b71eac546865487bf50c328456471b27 Mon Sep 17 00:00:00 2001 From: Charlie Somerville Date: Thu, 27 Feb 2014 09:48:50 +0100 Subject: Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns r=gerv a=justdave --- Bugzilla/Auth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Auth.pm') diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm index 4e766cf0b..6b291d8ae 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -53,7 +53,7 @@ sub login { return $self->_handle_login_result($login_info, $type); } - # Now verify his username and password against the DB, LDAP, etc. + # Now verify their username and password against the DB, LDAP, etc. if ($self->{_info_getter}->{successful}->requires_verification) { $login_info = $self->{_verifier}->check_credentials($login_info); if ($login_info->{failure}) { @@ -297,7 +297,7 @@ An incorrect username or password was given. The hashref may also contain a C element, which specifies how many times the account has failed to log in within the lockout period (see L). This is used to warn the user when -he is getting close to being locked out. +they are getting close to being locked out. =head2 C -- cgit v1.2.3-24-g4f1b