From 9bc23ba61c9f17fc2ee23dc110f16aaa995f37f4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Feb 2013 19:39:45 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 48cd3dae..8c9fa053 100644 --- a/Images.php +++ b/Images.php @@ -240,7 +240,7 @@ class Pman_Core_Images extends Pman if (!file_exists($fn)) { $fn = $img->getStoreName() . '.'. $this->size . '.'. $img->fileExt(); - // if it's an image, convert into the same type for thumnail.. + // if it's an image, convert into the same type for thumbnail.. if (preg_match('#^image/#', $img->mimetype)) { $this->as_mimetype = $img->mimetype; } -- 2.39.2