From 9714e87bfdf8148b800c4b29122fa15cb19bd870 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 16 Dec 2008 06:26:14 +0000 Subject: [PATCH] Typo --- includes/ImageFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1