From 6ebd01a8d778e3851c7c5665beaa8a72d95bfc11 Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 10 Apr 2013 04:54:06 +0000 Subject: [PATCH] minor docs --- MagickCore/artifact.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickCore/artifact.c b/MagickCore/artifact.c index e42b73fae..958bfaf54 100644 --- a/MagickCore/artifact.c +++ b/MagickCore/artifact.c @@ -436,7 +436,7 @@ MagickExport void ResetImageArtifactIterator(const Image *image) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% SetImageArtifact() associates makes a copy of the given string value +% SetImageArtifact() associates makes a copy of the given string arguments % and inserts it into the artifact tree of the given image. % % The format of the SetImageArtifact method is: @@ -448,9 +448,9 @@ MagickExport void ResetImageArtifactIterator(const Image *image) % % o image: the image. % -% o artifact: the image artifact. +% o artifact: the image artifact key. % -% o values: the image artifact values. +% o value: the image artifact value. % */ MagickExport MagickBooleanType SetImageArtifact(Image *image, -- 2.40.0