From: Dirk Lemstra Date: Sun, 7 May 2017 09:08:56 +0000 (+0200) Subject: Typo fix. X-Git-Tag: 7.0.5-6~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e99a00239047c80ef1247136ac3b6442a9eef3bd;p=imagemagick Typo fix. --- diff --git a/MagickCore/list.c b/MagickCore/list.c index 0b57887ff..eca61f64a 100644 --- a/MagickCore/list.c +++ b/MagickCore/list.c @@ -1181,7 +1181,7 @@ MagickExport void ReplaceImageInList(Image **images,Image *replace) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % ReplaceImageInListReturnLast() is exactly as ReplaceImageInList() except -% the images pointer is set to the last image in the list of replacemen +% the images pointer is set to the last image in the list of replacement % images. % % This allows you to simply use GetNextImageInList() to go to the image