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

index dbf5ec593ad61c9776fd954c6d81f3ca6b5d8619..33874e4bee64a58323522b48ccec99130d227d53 100644 (file)
@@ -131,7 +131,7 @@ any keys that I<are> in C<exclude_fields>.
 
 =item C<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.