summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2012-11-26 20:25:34 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-26 20:25:34 +0100
commit508c988e1bd10792eed3d6665832720258c2cd9a (patch)
tree01006c9d5e2d4b10788857fd96e24606f8e16317 /Bugzilla
parent46e5d925026ccde28118bfcf28061c75f188b066 (diff)
downloadbugzilla-508c988e1bd10792eed3d6665832720258c2cd9a.tar.gz
bugzilla-508c988e1bd10792eed3d6665832720258c2cd9a.tar.xz
Fix typo
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=814654
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Component.pm20
1 files changed, 10 insertions, 10 deletions
diff --git a/Bugzilla/Component.pm b/Bugzilla/Component.pm
index 4491b48cf..87cec42b4 100644
--- a/Bugzilla/Component.pm
+++ b/Bugzilla/Component.pm
@@ -636,17 +636,17 @@ Component.pm represents a Product Component object.
Description: Create a new component for the given product.
Params: The hashref must have the following keys:
- name - name of the new component (string). This name
- must be unique within the product.
- product - a Bugzilla::Product object to which
- the Component is being added.
- description - description of the new component (string).
- initialowner - login name of the default assignee (string).
+ name - name of the new component (string). This name
+ must be unique within the product.
+ product - a Bugzilla::Product object to which
+ the Component is being added.
+ description - description of the new component (string).
+ initialowner - login name of the default assignee (string).
The following keys are optional:
- initiaqacontact - login name of the default QA contact (string),
- or an empty string to clear it.
- initial_cc - an arrayref of login names to add to the
- CC list by default.
+ initialqacontact - login name of the default QA contact (string),
+ or an empty string to clear it.
+ initial_cc - an arrayref of login names to add to the
+ CC list by default.
Returns: A Bugzilla::Component object.