fix spelling error in message
authorTony Cook <tony@develop=help.com>
Fri, 8 Mar 2002 05:28:51 +0000 (05:28 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 8 Mar 2002 05:28:51 +0000 (05:28 +0000)
Imager.pm

index fb3d026f8bb19d30b71313734fa9749f6665e8bc..5d561539253485d47592a5b7593ccb96dadbb4bc 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -2196,7 +2196,7 @@ sub setpixel {
     or return undef;
   if (ref $x && ref $y) {
     unless (@$x == @$y) {
-      $self->{ERRSTR} = 'length of x and y mistmatch';
+      $self->{ERRSTR} = 'length of x and y mismatch';
       return undef;
     }
     if ($color->isa('Imager::Color')) {