diff options
author | timeless%mozdev.org <> | 2005-11-26 04:47:37 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2005-11-26 04:47:37 +0100 |
commit | 320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7 (patch) | |
tree | 0dc5a31b9e6dc2a564b100a32c358b81ca844050 /Bugzilla | |
parent | 808e4b12c2e49be1bf1edafafd4c4c1ef2ddf226 (diff) | |
download | bugzilla-320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7.tar.gz bugzilla-320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7.tar.xz |
Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
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. |