doc typo
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 16 Nov 2008 02:42:30 +0000 (02:42 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 16 Nov 2008 02:42:30 +0000 (02:42 +0000)
includes/AjaxFunctions.php

index 9ee3545..d18f7a9 100644 (file)
@@ -129,7 +129,7 @@ function wfAjaxWatch($pagename = "", $watch = "") {
 
 /**
  * Called in some places (currently just extensions)
- * to get the thumnail URL for a given file at a given resolution.
+ * to get the thumbnail URL for a given file at a given resolution.
  */
 function wfAjaxGetThumbnailUrl( $file, $width, $height ) {
        $file = wfFindFile( $file );