diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2014-02-26 17:11:05 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-02-26 17:11:05 +0100 |
commit | 107fadcecce7b50ebc1c9bb64b42cf75f6e71864 (patch) | |
tree | 92f0458cd9cbeeabb0aad10f0bb4e76cd2898a66 /Bugzilla/WebService | |
parent | c3f625b127689438304bf8b5dbf16dd34c7fb905 (diff) | |
download | bugzilla-107fadcecce7b50ebc1c9bb64b42cf75f6e71864.tar.gz bugzilla-107fadcecce7b50ebc1c9bb64b42cf75f6e71864.tar.xz |
Bug 976796 - Spelling mistakes in Bugzilla/WebService/Bug.pm
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index e37d1cd00..b71ffc878 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1765,7 +1765,7 @@ You must pass a product name and an optional component name. =item B<Returns> -A hash containing a two keys, C<bug> and C<attachment>. Each key value is an array of hashes, +A hash containing two keys, C<bug> and C<attachment>. Each key value is an array of hashes, containing the following keys: =over @@ -3264,7 +3264,7 @@ product. C<array> An array of hashes with flags to add to the bug. To create a flag, at least the status and the type_id or name must be provided. An optional -requestee can be passed if the flag type is requesteeble. +requestee can be passed if the flag type is requestable to a specific user. =over @@ -3282,7 +3282,7 @@ C<string> The flags new status (i.e. "?", "+", "-" or "X" to clear a flag). =item C<requestee> -C<string> The login of the requestee if the flag type is requesteeable. +C<string> The login of the requestee if the flag type is requestable to a specific user. =back @@ -3469,7 +3469,7 @@ Defaults to False if not specified. C<array> An array of hashes with flags to add to the attachment. to create a flag, at least the status and the type_id or name must be provided. An optional requestee -can be passed if the flag type is requesteeble. +can be passed if the flag type is requestable to a specific user. =over @@ -3487,7 +3487,7 @@ C<string> The flags new status (i.e. "?", "+", "-" or "X" to clear a flag). =item C<requestee> -C<string> The login of the requestee if the flag type is requesteeable. +C<string> The login of the requestee if the flag type is requestable to a specific user. =back @@ -3648,7 +3648,7 @@ C<string> The flags new status (i.e. "?", "+", "-" or "X" to clear a flag). =item C<requestee> -C<string> The login of the requestee if the flag type is requesteeable. +C<string> The login of the requestee if the flag type is requestable to a specific user. =item C<id> @@ -4046,7 +4046,7 @@ C<string> The flags new status (i.e. "?", "+", "-" or "X" to clear a flag). =item C<requestee> -C<string> The login of the requestee if the flag type is requesteeable. +C<string> The login of the requestee if the flag type is requestable to a specific user. =item C<id> |