From: Frédéric Buclin Date: Sat, 13 Oct 2012 21:24:06 +0000 (+0200) Subject: Fix typo X-Git-Tag: bugzilla-3.6.12~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72fc51d701711cc1370f11eb4a2221f0cd2464b3;p=thirdparty%2Fbugzilla.git Fix typo --- diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm index dbf5ec593a..33874e4bee 100644 --- a/Bugzilla/WebService/Util.pm +++ b/Bugzilla/WebService/Util.pm @@ -131,7 +131,7 @@ any keys that I in C. =item C -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.