]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix a POD error in Bugzilla/Auth.pm that was causing a tree burn for 5.8.1.
authormkanat%bugzilla.org <>
Sun, 13 Dec 2009 21:11:13 +0000 (21:11 +0000)
committermkanat%bugzilla.org <>
Sun, 13 Dec 2009 21:11:13 +0000 (21:11 +0000)
Bugzilla/Auth.pm

index 40150f0ed9b76c477d06139671d1372ff32e59fc..b1da319a4cd910d649554ef391987fc93c75b1a1 100644 (file)
@@ -303,7 +303,7 @@ times within a certain period of time (as specified by
 L<Bugzilla::Constants/LOGIN_LOCKOUT_INTERVAL>).
 
 The hashref will also contain a C<user> element, representing the
-L<Bugzilla:User> whose account is locked out.
+L<Bugzilla::User> whose account is locked out.
 
 =head1 LOGIN TYPES