diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-13 23:24:06 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-13 23:24:06 +0200 |
commit | 72fc51d701711cc1370f11eb4a2221f0cd2464b3 (patch) | |
tree | d1b08ae2783f1f3c8cc27f8eabef994049f6dc59 | |
parent | Bug 790215 - Flag names are not properly escaped when displayed on confirm us... (diff) | |
download | bugzilla-72fc51d701711cc1370f11eb4a2221f0cd2464b3.tar.gz bugzilla-72fc51d701711cc1370f11eb4a2221f0cd2464b3.tar.bz2 bugzilla-72fc51d701711cc1370f11eb4a2221f0cd2464b3.zip |
Fix typo
-rw-r--r-- | Bugzilla/WebService/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm index dbf5ec593..33874e4be 100644 --- a/Bugzilla/WebService/Util.pm +++ b/Bugzilla/WebService/Util.pm @@ -131,7 +131,7 @@ any keys that I<are> in C<exclude_fields>. =item C<validate> -This helps in the validation of parameters passed into the WebSerice +This helps in the validation of parameters passed into the WebService methods. Currently it converts listed parameters into an array reference if the client only passed a single scalar value. It modifies the parameters hash in place so other parameters should be unaltered. |