From: dirk Date: Tue, 21 Apr 2015 19:05:25 +0000 (+0000) Subject: Fix typo reported by Qian Hong. X-Git-Tag: 7.0.1-0~1087 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30f369d4136a286028320f344dca821148bf7cf9;p=imagemagick Fix typo reported by Qian Hong. --- diff --git a/MagickCore/morphology.c b/MagickCore/morphology.c index 38f153bf7..c1c36ebab 100644 --- a/MagickCore/morphology.c +++ b/MagickCore/morphology.c @@ -33,7 +33,7 @@ % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% Morpology is the the application of various kernels, of any size and even +% Morphology is the the application of various kernels, of any size and even % shape, to a image in various ways (typically binary, but not always). % % Convolution (weighted sum or average) is just one specific type of