]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 14 Apr 2012 14:53:30 +0000 (14:53 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 14 Apr 2012 14:53:30 +0000 (14:53 +0000)
MagickCore/property.c
MagickCore/string.c
MagickCore/string_.h

index 0be65ff6a7d4a38f7f24d310a5e54a48daf6fa92..fd947edc8704985a83c8e6832960657308a8af49 100644 (file)
@@ -2560,10 +2560,8 @@ MagickExport char *GetNextImageProperty(const Image *image)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  InterpretImageProperties() replaces any embedded formatting characters with
-%  the appropriate image property and returns the interpreted text.
-%
-%  The returned interpreted text shoud be freed using DestoryString() or
-%  RelinquishMagickMemory() when finished.
+%  the appropriate image property and returns the interpreted text.  Free with
+%  DestoryString() or RelinquishMagickMemory().
 %
 %  The format of the InterpretImageProperties method is:
 %
index 573fc26c42a814e916c3cd31f97618eb8e430bd0..3ace2252586d8c1dec1172e06fe268c1b6f4f281 100644 (file)
@@ -2259,7 +2259,7 @@ MagickExport char **StringToArgv(const char *text,int *argc)
 %
 %    o count: returns number of arguments in returned array
 %
-%    o exception: return 'mamory failure' exceptions
+%    o exception: return 'memory failure' exceptions
 %
 */
 MagickExport double *StringToArrayOfDoubles(const char *string,
index 841c40c21661def63de3abe2581bc2e3da96581b..db7ba6a6feff177f10d6957fc38935087c44295e 100644 (file)
@@ -66,14 +66,12 @@ extern MagickExport int
   LocaleCompare(const char *,const char *),
   LocaleNCompare(const char *,const char *,const size_t);
 
-
 extern MagickExport MagickBooleanType
   ConcatenateString(char **,const char *),
   IsStringTrue(const char *),
   IsStringNotFalse(const char *),
   SubstituteString(char **,const char *,const char *);
 
-
 extern MagickExport size_t
   ConcatenateMagickString(char *,const char *,const size_t)
     magick_attribute((__nonnull__)),