From 0820aecc771c721198adba458ade1e4e85a79fb7 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Wed, 15 Mar 2006 16:34:16 +0000 Subject: [PATCH] Bug 330577 "its" is wrong in comment r=Tru git-svn-id: svn://10.0.0.236/trunk@192418 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/User.pm b/mozilla/webtools/bugzilla/Bugzilla/User.pm index a0aa5bd1925..3ce3468125e 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/User.pm +++ b/mozilla/webtools/bugzilla/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;