]> granicus.if.org Git - imagemagick/commitdiff
primative -> primitive
authorglennrp <glennrp@git.imagemagick.org>
Wed, 27 Apr 2011 13:19:29 +0000 (13:19 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Wed, 27 Apr 2011 13:19:29 +0000 (13:19 +0000)
magick/morphology.c

index f7666ecd7a32b5b436c838901b935e8c5f2623e6..1f6297a3cf0f9ca995e0e3ed4c769270be6c7273 100644 (file)
@@ -3794,7 +3794,7 @@ MagickExport Image *MorphologyApply(const Image *image, const ChannelType
    */
   method_limit = 1;       /* just do method once, unless otherwise set */
   stage_limit = 1;        /* assume method is not a compound */
-  special = MagickFalse;   /* assume it is NOT a direct modify primative */
+  special = MagickFalse;   /* assume it is NOT a direct modify primitive */
   rslt_compose = compose; /* and we are composing multi-kernels as given */
   switch( method ) {
     case SmoothMorphology:  /* 4 primitive compound morphology */