From: timeless Date: Mon, 27 Dec 2010 21:55:37 +0000 (+0100) Subject: Bug 588013: Fix typo X-Git-Tag: bugzilla-3.6.4~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dca8326313785066b38d50d1d628cc864ae1713;p=thirdparty%2Fbugzilla.git Bug 588013: Fix typo r/a=mkanat --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 5c1be4a58e..448dcfad00 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1604,7 +1604,7 @@ C The login name of a user that a bug is assigned to. =item C C The name of the Component that the bug is in. Note that -if there are multiple Compoonents with the same name, and you search +if there are multiple Components with the same name, and you search for that name, bugs in I those Components will be returned. If you don't want this, be sure to also specify the C argument.