diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-16 00:28:55 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-16 00:28:55 +0200 |
commit | bf43fce9af6415fd747854204ba394558843272d (patch) | |
tree | 401f360f6a162d83036a57fa0517078f1fee55bc /Bugzilla/WebService | |
parent | 6721e79f654fe64a247525fec35e217d4fcf57e2 (diff) | |
download | bugzilla-bf43fce9af6415fd747854204ba394558843272d.tar.gz bugzilla-bf43fce9af6415fd747854204ba394558843272d.tar.xz |
Fix typo in POD
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Product.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm index 9aeb8597a..a355e63d9 100644 --- a/Bugzilla/WebService/Product.pm +++ b/Bugzilla/WebService/Product.pm @@ -318,7 +318,7 @@ hashes. Each hash describes a product, and has the following items: =item C<id> -C<int> An integer id uniquely idenfifying the product in this installation only. +C<int> An integer id uniquely identifying the product in this installation only. =item C<name> @@ -342,7 +342,7 @@ following items: =item C<id> -C<int> An integer id uniquely idenfifying the component in this installation +C<int> An integer id uniquely identifying the component in this installation only. =item C<name> |