]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
- Fixed a spellcheck error in Bugzilla/User.pm
authorDave Lawrence <dlawrence@mozilla.com>
Thu, 29 Nov 2012 18:51:43 +0000 (13:51 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Thu, 29 Nov 2012 18:51:43 +0000 (13:51 -0500)
https://bugzilla.mozilla.org/show_bug.cgi?id=579189

Bugzilla/User.pm

index a20f917cdfc51dc1865aaee22a7b36aba60aba08..70261c4df9447616991d1cc695f5de1d0c41b1be 100644 (file)
@@ -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