From: anthony Date: Mon, 2 May 2011 01:46:33 +0000 (+0000) Subject: Very old option spelling mistake X-Git-Tag: 7.0.1-0~7587 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4435c7126b65edeb26a29e89fa23aa6da9121ea5;p=imagemagick Very old option spelling mistake --- diff --git a/wand/import.c b/wand/import.c index f453c3904..42f82974a 100644 --- a/wand/import.c +++ b/wand/import.c @@ -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;