diff options
author | Matt Selsky <selsky@columbia.edu> | 2011-10-15 15:29:29 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-15 15:29:29 +0200 |
commit | 8a6687b6d4da8b6e3127bd744cce368f543338fc (patch) | |
tree | 551f73b7905766158d764580b2ea0fd5005abcda /Bugzilla | |
parent | 6f26a0f26f0e068754ab7b0ff29cf3e313d1f867 (diff) | |
download | bugzilla-8a6687b6d4da8b6e3127bd744cce368f543338fc.tar.gz bugzilla-8a6687b6d4da8b6e3127bd744cce368f543338fc.tar.xz |
Bug 691243: Fix typo
r/a=LpSolit
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index fb2b7b65d..723550b09 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1021,7 +1021,7 @@ containing the following keys: =item C<id> -C<int> An integer id uniquely idenfifying this field in this installation only. +C<int> An integer id uniquely identifying this field in this installation only. =item C<type> |