]> granicus.if.org Git - imagemagick/blobdiff - magick/morphology.h
(no commit message)
[imagemagick] / magick / morphology.h
index 6101a8a8559b9a3e9a58bc3695c5386f74388d2c..f215ccad025bfb944ebaf92ac2102dfe519e2cd4 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 
 typedef enum
 {
-  UndefinedKernel,    /* equivelent to UnityKernel */
+  UndefinedKernel,    /* equivalent to UnityKernel */
   UnityKernel,        /* The no-op or 'original image' kernel */
   GaussianKernel,     /* Convolution Kernels, Gaussian Based */
   DoGKernel,