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

index 83b9250156951cca6bac8e83a3dc5acaa6301b4b..3c71e0a9ce001ea8de951948f10fc7b96d698585 100644 (file)
@@ -166,7 +166,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.