summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bug.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-12-31 06:27:45 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-12-31 06:27:45 +0100
commitcae26fc87f03b8fb44376932c06e2d3d7411a065 (patch)
tree90fc5ce6dddfa3569abc588b17e70531a0a5e169 /Bugzilla/WebService/Bug.pm
parent268ddeef80cc9217d1d1fd7f34036c60100c602f (diff)
parent2823e7d3d291c77bf4bef8c1576076ed44c2185c (diff)
downloadbugzilla-cae26fc87f03b8fb44376932c06e2d3d7411a065.tar.gz
bugzilla-cae26fc87f03b8fb44376932c06e2d3d7411a065.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'Bugzilla/WebService/Bug.pm')
-rw-r--r--Bugzilla/WebService/Bug.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 3efe6aa1f..fbf084862 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -2644,7 +2644,7 @@ narrowed down to specific products.
=item C<summary> (string) B<Required> - A string of keywords defining
the type of bug you are trying to report.
-=item C<products> (array) - One or more product names to narrow the
+=item C<product> (array) - One or more product names to narrow the
duplicate search to. If omitted, all bugs are searched.
=back