Typo
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 16 Dec 2008 06:26:14 +0000 (06:26 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 16 Dec 2008 06:26:14 +0000 (06:26 +0000)
includes/ImageFunctions.php

index 7b55ad5..73d935a 100644 (file)
@@ -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 ) {