From c8d3095c36262bc1883d16480cecad4b0a29a5da Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 29 Nov 2012 13:51:43 -0500 Subject: - Fixed a spellcheck error in Bugzilla/User.pm https://bugzilla.mozilla.org/show_bug.cgi?id=579189 --- Bugzilla/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/User.pm') 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 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 -- cgit v1.2.3-24-g4f1b