]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix typo
authorSimon Green <sgreen@redhat.com>
Mon, 26 Nov 2012 19:26:23 +0000 (20:26 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 26 Nov 2012 19:26:23 +0000 (20:26 +0100)
r/a=LpSolit

https://bugzilla.mozilla.org/show_bug.cgi?id=814654

Bugzilla/Component.pm

index 2c8658564f1dde811dcf931a0028ef41f617187b..eb8341d081080063c30f88bbf9c819e5f81850bf 100644 (file)
@@ -633,17 +633,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.