Closed
Bug 976796
Opened 11 years ago
Closed 11 years ago
Spelling mistakes in Bugzilla/WebService/Bug.pm
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: mtyson, Assigned: mtyson)
References
Details
Attachments
(1 file, 1 obsolete file)
1.30 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
In the trunk POD there is a couple of spelling mistakes that were introduced with bug 756048.
The attached patch corrects the spelling errors.
Attachment #8381735 -
Flags: review?(gerv)
Comment 1•11 years ago
|
||
Comment on attachment 8381735 [details] [diff] [review]
spelling.patch
Review of attachment 8381735 [details] [diff] [review]:
-----------------------------------------------------------------
::: Bugzilla/WebService/Bug.pm
@@ +3262,4 @@
>
> =item C<requestee>
>
> +C<string> The login of the requestee if the flag type is requestable.
Internally this is how it is supposed to be spelled (is_requesteeable) but I agree that the docs should not mirror that and should be human readable. So let's instead change it to:
C<string> The login of the requestee if the flag type is requestable to a specific user.
We can just say 'requestable' as that means the flag can be set to ? and not to do with the requestee field being enabled.
Same for the other parts you updated.
Attachment #8381735 -
Flags: review?(gerv) → review-
Assignee | ||
Comment 2•11 years ago
|
||
Patch updated with requested changes.
Attachment #8381735 -
Attachment is obsolete: true
Attachment #8381741 -
Flags: review?(dkl)
Updated•11 years ago
|
Assignee: documentation → mtyson
Severity: normal → trivial
Status: NEW → ASSIGNED
Depends on: 756048
Target Milestone: --- → Bugzilla 5.0
Version: unspecified → 4.5.2
Comment 3•11 years ago
|
||
Comment on attachment 8381741 [details] [diff] [review]
spelling2.patch
Review of attachment 8381741 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8381741 -
Flags: review?(dkl) → review+
Updated•11 years ago
|
Flags: approval?
Comment 4•11 years ago
|
||
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bugzilla/trunk
modified Bugzilla/WebService/Bug.pm
Committed revision 8933.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•