summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-10-13 23:20:57 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-13 23:20:57 +0200
commit119449b5898ae779b3de019ecdca3c0d2044361d (patch)
treec2ed07beca13b75b9d49c7238b96b25c426b18a5 /Bugzilla
parentae92fc16258923ee3ec8deaeeb453fbd0aaa56da (diff)
downloadbugzilla-119449b5898ae779b3de019ecdca3c0d2044361d.tar.gz
bugzilla-119449b5898ae779b3de019ecdca3c0d2044361d.tar.xz
Fix typo
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/WebService/Util.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm
index 0c206e030..30862ed26 100644
--- a/Bugzilla/WebService/Util.pm
+++ b/Bugzilla/WebService/Util.pm
@@ -169,7 +169,7 @@ a hash to L</filter>, C<0> otherwise.
=head2 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.