summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Util.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-10-13 23:22:21 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-13 23:22:21 +0200
commit8320e045f0ab24359e352412b88a3392e67b14e4 (patch)
treec8dec3c2b9f8da80cb2cc6762ffc0437a7a74ce2 /Bugzilla/WebService/Util.pm
parent4e3a63930481bb032790766641f2101708bd4e83 (diff)
downloadbugzilla-8320e045f0ab24359e352412b88a3392e67b14e4.tar.gz
bugzilla-8320e045f0ab24359e352412b88a3392e67b14e4.tar.xz
Fix typo
Diffstat (limited to 'Bugzilla/WebService/Util.pm')
-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 adb7fb43a..fe4105ca2 100644
--- a/Bugzilla/WebService/Util.pm
+++ b/Bugzilla/WebService/Util.pm
@@ -143,7 +143,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.