From: Dave Lawrence Date: Thu, 29 Nov 2012 18:51:43 +0000 (-0500) Subject: - Fixed a spellcheck error in Bugzilla/User.pm X-Git-Tag: bugzilla-4.5.1~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d3095c36262bc1883d16480cecad4b0a29a5da;p=thirdparty%2Fbugzilla.git - Fixed a spellcheck error in Bugzilla/User.pm https://bugzilla.mozilla.org/show_bug.cgi?id=579189 --- diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index a20f917cdf..70261c4df9 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 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