]> git.imager.perl.org - imager.git/blobdiff - lib/Imager/Fill.pm
typos in Imager::Font
[imager.git] / lib / Imager / Fill.pm
index fcd406242d2dfda84c198d7e35c7a732fa818241..f964c09706c7aa0938f2d5043aa8f5e004789cb6 100644 (file)
@@ -2,7 +2,7 @@ package Imager::Fill;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "1.011";
+$VERSION = "1.012";
 
 # this needs to be kept in sync with the array of hatches in fills.c
 my @hatch_types =
@@ -354,7 +354,7 @@ C<dx>, C<dy> - An offset into the hatch cell.  Both default to zero.
 
 =back
 
-A blue and white 4-pixel check patten:
+A blue and white 4-pixel check pattern:
 
   my $fill = Imager::Fill->new(hatch => "check2x2", fg => "blue");