summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-11-29 19:51:43 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-11-29 19:51:43 +0100
commitc8d3095c36262bc1883d16480cecad4b0a29a5da (patch)
treefce5c1a80f7c471e3cbc70d0cc61de787931c19c /Bugzilla/User.pm
parent8f14b166e921a29b464bff10cbab35e6f3f1249d (diff)
downloadbugzilla-c8d3095c36262bc1883d16480cecad4b0a29a5da.tar.gz
bugzilla-c8d3095c36262bc1883d16480cecad4b0a29a5da.tar.xz
- Fixed a spellcheck error in Bugzilla/User.pm
https://bugzilla.mozilla.org/show_bug.cgi?id=579189
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index a20f917cd..70261c4df 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -2246,7 +2246,7 @@ an object based on that, or undef if it does not exist.
=item C<save_last_search>
Saves the users most recent search in the database if logged in, or in the
-BUGLIST cookie if not logged in. Paramaters are bug_ids, order, vars and
+BUGLIST cookie if not logged in. Parameters are bug_ids, order, vars and
list_id.
=back