From: cristy Date: Sat, 14 Apr 2012 14:53:30 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5808 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b86be3d014b8b982fe182d839327924565bd8070;p=imagemagick --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 0be65ff6a..fd947edc8 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -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: % diff --git a/MagickCore/string.c b/MagickCore/string.c index 573fc26c4..3ace22525 100644 --- a/MagickCore/string.c +++ b/MagickCore/string.c @@ -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, diff --git a/MagickCore/string_.h b/MagickCore/string_.h index 841c40c21..db7ba6a6f 100644 --- a/MagickCore/string_.h +++ b/MagickCore/string_.h @@ -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__)),