Closed Bug 976796 Opened 10 years ago Closed 10 years ago

Spelling mistakes in Bugzilla/WebService/Bug.pm

Categories

(Bugzilla :: Documentation, defect)

4.5.2
defect
Not set
trivial

Tracking

()

RESOLVED FIXED
Bugzilla 5.0

People

(Reporter: mtyson, Assigned: mtyson)

References

Details

Attachments

(1 file, 1 obsolete file)

Attached patch spelling.patch (obsolete) — 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 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-
Attached patch spelling2.patchSplinter Review
Patch updated with requested changes.
Attachment #8381735 - Attachment is obsolete: true
Attachment #8381741 - Flags: review?(dkl)
Assignee: documentation → mtyson
Severity: normal → trivial
Status: NEW → ASSIGNED
Depends on: 756048
Target Milestone: --- → Bugzilla 5.0
Version: unspecified → 4.5.2
Comment on attachment 8381741 [details] [diff] [review]
spelling2.patch

Review of attachment 8381741 [details] [diff] [review]:
-----------------------------------------------------------------

r=dkl
Attachment #8381741 - Flags: review?(dkl) → review+
Flags: approval?
Flags: approval? → approval+
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bugzilla/trunk
modified Bugzilla/WebService/Bug.pm
Committed revision 8933.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.