summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2005-11-26 04:47:37 +0100
committertimeless%mozdev.org <>2005-11-26 04:47:37 +0100
commit320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7 (patch)
tree0dc5a31b9e6dc2a564b100a32c358b81ca844050 /Bugzilla
parent808e4b12c2e49be1bf1edafafd4c4c1ef2ddf226 (diff)
downloadbugzilla-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.pm2
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.