]> granicus.if.org Git - imagemagick/commitdiff
spelling (interpreting, interpreted)
authorglennrp <glennrp@git.imagemagick.org>
Sat, 2 Jul 2011 05:43:07 +0000 (05:43 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Sat, 2 Jul 2011 05:43:07 +0000 (05:43 +0000)
ChangeLog
MagickCore/property.c

index acae94fb205931dada73dafc1bdf39e1f2cd052c..7b2847a25cfd97a0454963c2f990b7a28b0c1b2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2011-05-16  6.6.9-10 Cristy  <quetzlzacatenango@image...>
   * Don't use comma as a separator for stroked text (reference
     http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18742).
-  * Use C locale when generating or interpretting SVG.
+  * Use C locale when generating or interpreting SVG.
   * Fix "unterminated macro" for Q32 build of coders/png.c.
 
 2011-05-15  6.6.9-9 Cristy  <quetzlzacatenango@image...>
index f38915e2e1f0b108a8da57f6bac4f5502b3d97f3..0c85008ed61938134c74b846b3e9386f486ebc3a 100644 (file)
@@ -2523,7 +2523,7 @@ MagickExport char *GetNextImageProperty(const Image *image)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  InterpretImageProperties() replaces any embedded formatting characters with
-%  the appropriate image property and returns the interpretted text.
+%  the appropriate image property and returns the interpreted text.
 %
 %  The format of the InterpretImageProperties method is:
 %