From 1562b2c23ee6ac3c01ceee8d34f1443ae747186a Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Wed, 20 Apr 2005 06:05:16 +0000 Subject: [PATCH] Typo --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 549f2aaeb5..15156b9498 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -145,7 +145,7 @@ $wgCacheSharedUploads = true; * apache servers don't have read/write access to the thumbnail path. * * Example: - * $wgThumnailScriptPath = "{$wgScriptPath}/thumb.php"; + * $wgThumbnailScriptPath = "{$wgScriptPath}/thumb.php"; */ $wgThumbnailScriptPath = false; $wgSharedThumbnailScriptPath = false; -- 2.20.1