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

index 0c206e0307d19b6b2b0709605d9809c1b8e4e3c7..30862ed264e56606de234113a424297d4b7a04db 100644 (file)
@@ -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.