diff options
author | Simon Green <sgreen@redhat.com> | 2013-11-13 15:00:29 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-11-13 15:00:29 +1000 |
commit | ba995704cdcf193df2da53a2212e8dff7e8b23e7 (patch) | |
tree | f7b940c546b4c5e5144faf4a49eb3ef58ebb9810 | |
parent | Bug 916633 - join_activity_entries doesn't reconstitute text with commas corr... (diff) | |
download | bugzilla-ba995704cdcf193df2da53a2212e8dff7e8b23e7.tar.gz bugzilla-ba995704cdcf193df2da53a2212e8dff7e8b23e7.tar.bz2 bugzilla-ba995704cdcf193df2da53a2212e8dff7e8b23e7.zip |
Bug 937991 - Fix typo in Bugzilla::Component documentation
r=glob, a=sgreen
-rw-r--r-- | Bugzilla/Component.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Bugzilla/Component.pm b/Bugzilla/Component.pm index 3fb87de6f..d8f75daae 100644 --- a/Bugzilla/Component.pm +++ b/Bugzilla/Component.pm @@ -502,7 +502,7 @@ Component.pm represents a Product Component object. Returns: Integer with the number of bugs. -=item C<bugs_ids()> +=item C<bug_ids()> Description: Returns all bug IDs that belong to the component. @@ -655,8 +655,6 @@ Component.pm represents a Product Component object. =item product_id -=item bug_ids - =item set_is_active =item description |