diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/User.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 0cca45682..d35077a4b 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1488,7 +1488,7 @@ the page footer, and C<0> otherwise. =item C<identity> -Retruns a string for the identity of the user. This will be of the form +Returns a string for the identity of the user. This will be of the form C<name E<lt>emailE<gt>> if the user has specified a name, and C<email> otherwise. |