Images.php
authorAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2013 11:39:45 +0000 (19:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2013 11:39:45 +0000 (19:39 +0800)
Images.php

index 48cd3da..8c9fa05 100644 (file)
@@ -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;
             }