From: Aaron Schulz Date: Tue, 16 Dec 2008 06:26:14 +0000 (+0000) Subject: Typo X-Git-Tag: 1.31.0-rc.0~43942 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=9714e87bfdf8148b800c4b29122fa15cb19bd870;p=lhc%2Fweb%2Fwiklou.git Typo --- diff --git a/includes/ImageFunctions.php b/includes/ImageFunctions.php index 7b55ad555a..73d935a786 100644 --- a/includes/ImageFunctions.php +++ b/includes/ImageFunctions.php @@ -4,7 +4,7 @@ * http://www.w3.org/TR/SVG11/coords.html#UnitIdentifiers * * @param $length String: CSS/SVG length. - * @param $viewpoerSize: Float optional scale for percentage units... + * @param $viewportSize: Float optional scale for percentage units... * @return float: length in pixels */ function wfScaleSVGUnit( $length, $viewportSize=512 ) {