diff options
author | Charlie Somerville <charlie@charliesomerville.com> | 2014-02-27 09:48:50 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-27 09:48:50 +0100 |
commit | d0308956b71eac546865487bf50c328456471b27 (patch) | |
tree | a33825be09176ca0a20cdb6fc669eb5d70a0b18c /Bugzilla/Auth | |
parent | 684499b0d3c75cb498af82e6df4da84c10658e32 (diff) | |
download | bugs-d0308956b71eac546865487bf50c328456471b27.tar bugs-d0308956b71eac546865487bf50c328456471b27.tar.gz bugs-d0308956b71eac546865487bf50c328456471b27.tar.bz2 bugs-d0308956b71eac546865487bf50c328456471b27.tar.xz bugs-d0308956b71eac546865487bf50c328456471b27.zip |
Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns
r=gerv a=justdave
Diffstat (limited to 'Bugzilla/Auth')
-rw-r--r-- | Bugzilla/Auth/Verify/LDAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Auth/Verify/LDAP.pm b/Bugzilla/Auth/Verify/LDAP.pm index 63e05ed45..c113124f1 100644 --- a/Bugzilla/Auth/Verify/LDAP.pm +++ b/Bugzilla/Auth/Verify/LDAP.pm @@ -152,7 +152,7 @@ sub _bind_ldap_for_search { # We can't just do this in new(), because we're not allowed to throw any # error from anywhere under Bugzilla::Auth::new -- otherwise we # could create a situation where the admin couldn't get to editparams -# to fix his mistake. (Because Bugzilla->login always calls +# to fix their mistake. (Because Bugzilla->login always calls # Bugzilla::Auth->new, and almost every page calls Bugzilla->login.) sub ldap { my ($self) = @_; |