correct some spelling
Chris Prather [Thu, 25 Jun 2009 17:23:30 +0000 (13:23 -0400)]
lib/Moose.pm

index 8f11db5..51a0a7c 100644 (file)
@@ -563,10 +563,10 @@ methods (which is consistent with role composition).
 
 =item C<DUCKTYPE>
 
-With the ducktype option, you pass a ducktype type constraint object whose
-"interface" then becomes the list of methods to handle. The "interface" can be
-defined as; the list of methods passed to C<duck_type> to create a ducktype
-type constraint. For more information on C<duck_type> please check
+With the duck type option, you pass a duck type object whose "interface" then
+becomes the list of methods to handle. The "interface" can be defined as; the
+list of methods passed to C<duck_type> to create a duck type object. For more
+information on C<duck_type> please check
 L<Moose::Util::TypeConstraint|Moose::Util::TypeConstraint>.
 
 =item C<CODE>