From 331747895c7e03066693c4b82b5071684ff02725 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 16 Nov 2008 02:42:30 +0000 Subject: [PATCH] doc typo --- includes/AjaxFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/AjaxFunctions.php b/includes/AjaxFunctions.php index 9ee354534c..d18f7a975c 100644 --- a/includes/AjaxFunctions.php +++ b/includes/AjaxFunctions.php @@ -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 ); -- 2.20.1