projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b287f
)
fix spelling error in message
author
Tony Cook
<tony@develop=help.com>
Fri, 8 Mar 2002 05:28:51 +0000
(
05:28
+0000)
committer
Tony Cook
<tony@develop=help.com>
Fri, 8 Mar 2002 05:28:51 +0000
(
05:28
+0000)
Imager.pm
patch
|
blob
|
blame
|
history
diff --git
a/Imager.pm
b/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 mis
t
match';
+ $self->{ERRSTR} = 'length of x and y mismatch';
return undef;
}
if ($color->isa('Imager::Color')) {