Index: trunk/phase3/includes/ImageFunctions.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * http://www.w3.org/TR/SVG11/coords.html#UnitIdentifiers |
6 | 6 | * |
7 | 7 | * @param $length String: CSS/SVG length. |
8 | | - * @param $viewpoerSize: Float optional scale for percentage units... |
| 8 | + * @param $viewportSize: Float optional scale for percentage units... |
9 | 9 | * @return float: length in pixels |
10 | 10 | */ |
11 | 11 | function wfScaleSVGUnit( $length, $viewportSize=512 ) { |