summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2006-03-16 01:34:16 +0100
committertimeless%mozdev.org <>2006-03-16 01:34:16 +0100
commit5507569d329e29de8277c8132b655cbd31089837 (patch)
tree4c04bca55662acdd57e653db9d4fd586dbc0c95f /Bugzilla/User.pm
parent5c262688d87ea1fd9f8538c5f720d907b3dde792 (diff)
downloadbugzilla-5507569d329e29de8277c8132b655cbd31089837.tar.gz
bugzilla-5507569d329e29de8277c8132b655cbd31089837.tar.xz
Bug 330577 "its" is wrong in comment
r=Tru
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index a0aa5bd19..3ce346812 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -93,7 +93,7 @@ sub new {
# pre-id days. Provide this as a helper, but don't document it, and hope
# that it can go away.
# The request flag stuff also does this, but it really should be passing
-# in the id its already had to validate (or the User.pm object, of course)
+# in the id it already had to validate (or the User.pm object, of course)
sub new_from_login {
my $invocant = shift;
my $login = shift;