]> granicus.if.org Git - imagemagick/commitdiff
Very old option spelling mistake
authoranthony <anthony@git.imagemagick.org>
Mon, 2 May 2011 01:46:33 +0000 (01:46 +0000)
committeranthony <anthony@git.imagemagick.org>
Mon, 2 May 2011 01:46:33 +0000 (01:46 +0000)
wand/import.c

index f453c3904c5aa529250c25c690e2babcf56e93a8..42f82974a94cd13f97844c2421ab6a876538f554 100644 (file)
@@ -1198,7 +1198,7 @@ WandExport MagickBooleanType ImportImageCommand(ImageInfo *image_info,
       {
         if (LocaleCompare("taint",option+1) == 0)
           break;
-        if (LocaleCompare("thumnail",option+1) == 0)
+        if (LocaleCompare("thumbnail",option+1) == 0)
           {
             if (*option == '+')
               break;