From: glennrp Date: Sat, 13 Nov 2010 13:07:11 +0000 (+0000) Subject: fixed spelling of "addition" X-Git-Tag: 7.0.1-0~8519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac09427087d0468911ed00988d92bee7421a23a1;p=imagemagick fixed spelling of "addition" --- diff --git a/wand/conjure.c b/wand/conjure.c index 40dccbb56..281d5042e 100644 --- a/wand/conjure.c +++ b/wand/conjure.c @@ -123,7 +123,7 @@ static MagickBooleanType ConjureUsage(void) (void) printf("\nMiscellaneous Options:\n"); for (p=miscellaneous; *p != (char *) NULL; p++) (void) printf(" %s\n",*p); - (void) printf("\nIn additiion, define any key value pairs required by " + (void) printf("\nIn addition, define any key value pairs required by " "your script. For\nexample,\n\n"); (void) printf(" conjure -size 100x100 -color blue -foo bar script.msl\n"); return(MagickFalse);