summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authortimeless <timeless@bemail.org>2010-12-27 22:49:36 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-12-27 22:49:36 +0100
commit5958a146d53dde94b610f2d9ea9d30787d246fcf (patch)
treebe6d57b4c1dc028eecc71aaf9c0d2cea68902459 /Bugzilla
parentf0a53a216047d80e3b312e5f1fa80739a9ac2249 (diff)
downloadbugzilla-5958a146d53dde94b610f2d9ea9d30787d246fcf.tar.gz
bugzilla-5958a146d53dde94b610f2d9ea9d30787d246fcf.tar.xz
Bug 588013: Fix typo
r/a=mkanat
Diffstat (limited to 'Bugzilla')
-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 14c09246e..822730e4a 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -2036,7 +2036,7 @@ C<string> The login name of a user that a bug is assigned to.
=item C<component>
C<string> 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<all> those Components will be returned. If you
don't want this, be sure to also specify the C<product> argument.