From: Alan Knowles Date: Thu, 21 Feb 2013 11:39:45 +0000 (+0800) Subject: Images.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9bc23ba61c9f17fc2ee23dc110f16aaa995f37f4;p=Pman.Core Images.php --- 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; }