]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix typo
authorFrédéric Buclin <LpSolit@gmail.com>
Sat, 13 Oct 2012 21:22:21 +0000 (23:22 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 13 Oct 2012 21:22:21 +0000 (23:22 +0200)
Bugzilla/WebService/Util.pm

index adb7fb43a9cf67ede36a6d6e8ac2dbdd85b1abf4..fe4105ca27c32b58f1433c8736cbe433b685230f 100644 (file)
@@ -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.