From: Glenn Randers-Pehrson Date: Fri, 15 Sep 2017 20:04:11 +0000 (-0400) Subject: fix typo X-Git-Tag: 7.0.7-3~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9da9480e80fd4a16462285b2526872e2be40dce;p=imagemagick fix typo --- diff --git a/ChangeLog b/ChangeLog index 0086e8a08..531e3d800 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2017-09-15 7.0.7-3 Glenn Randers-Pehrson - * Stop poential leaks in the JNG decoder (reference: + * Stop potential leaks in the JNG decoder (reference: https://github.com/ImageMagick/ImageMagick/issues/760). * Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum valid minute is 59, not 60.