]> git.imager.perl.org - imager.git/commitdiff
fix an embarassing typo
authorTony Cook <tony@develop-help.com>
Tue, 12 Feb 2019 07:29:54 +0000 (18:29 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 12 Feb 2019 07:29:54 +0000 (18:29 +1100)
lib/Imager/Test.pm

index 1c3837af19e80c8111270670bc32d135951775df..836b4093470b35f0b9bebf39125573705e0f9d76 100644 (file)
@@ -7,7 +7,7 @@ use vars qw(@ISA @EXPORT_OK $VERSION);
 use Carp qw(croak carp);
 use Config;
 
-$VERSION = "1.003";
+$VERSION = "1.004";
 
 @ISA = qw(Exporter);
 @EXPORT_OK = 
@@ -976,7 +976,7 @@ four.
 =item is_image_similar($im1, $im2, $maxdiff, $comment)
 
 Tests if the 2 images have similar content.  Both images must be
-defined, have the same width, height and channels.  The cum of the
+defined, have the same width, height and channels.  The sum of the
 squares of the differences of each sample are calculated and must be
 less than or equal to I<$maxdiff> for the test to pass.  The color
 comparison is done at 8-bits per pixel.  The color representation such