From: Frédéric Buclin Date: Sat, 13 Oct 2012 21:23:04 +0000 (+0200) Subject: Fix typo X-Git-Tag: bugzilla-4.0.9~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a176313b610c1eb81db0ef33efdd667742696a72;p=thirdparty%2Fbugzilla.git Fix typo --- diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm index adb7fb43a9..fe4105ca27 100644 --- a/Bugzilla/WebService/Util.pm +++ b/Bugzilla/WebService/Util.pm @@ -143,7 +143,7 @@ a hash to L, 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.