typo fixes
authorDavid Steinbrunner <dsteinbrunner@pobox.com>
Wed, 10 Jul 2013 12:24:27 +0000 (08:24 -0400)
committerTony Cook <tony@develop-help.com>
Thu, 31 Oct 2013 01:05:55 +0000 (12:05 +1100)
lib/Imager/Transformations.pod

index e44cb036aa8774579ac44a523da0e60387bf1067..33f6a30188ff4ca670cefc0ed4bfc457d8375e58 100644 (file)
@@ -577,7 +577,7 @@ sub image to be pasted.
 If the source image has an alpha channel and the target doesn't, then
 the source is treated as if composed onto a black background.
 
-If the source image is color and the target is gray scale, the the
+If the source image is color and the target is gray scale, the
 source is treated as if run through C<< convert(preset=>'gray') >>.
 
 =item rubthrough()
@@ -604,7 +604,7 @@ Parameters:
 
 =item *
 
-C<tx>, C<ty> - location in the the target image ($self) to render the
+C<tx>, C<ty> - location in the target image ($self) to render the
 top left corner of the source.
 
 =item *
@@ -662,7 +662,7 @@ C<src> - the source image to draw onto the target.  Required.
 
 =item *
 
-C<tx>, C<ty> - location in the the target image ($self) to render the top
+C<tx>, C<ty> - location in the target image ($self) to render the top
 left corner of the source.  These can also be supplied as C<left> and
 C<right>.  Default: (0, 0).