typo fixes
David Steinbrunner [Mon, 28 Oct 2013 01:50:29 +0000 (21:50 -0400)]
lib/Moose/Autobox.pm
lib/Moose/Autobox/Array.pm
lib/Moose/Autobox/String.pm

index c8b6d14..6bbff3a 100644 (file)
@@ -140,7 +140,7 @@ as you would with vanilla autobox.
 
 =item B<mixin_additional_role ($type, $role)>
 
-This will mixin an additonal C<$role> into a certain C<$type>. The 
+This will mixin an additional C<$role> into a certain C<$type>. The 
 types can be SCALAR, ARRAY, HASH or CODE.
 
 This can be used to add additional methods to the types, see the 
index a334ce8..70990a8 100644 (file)
@@ -310,7 +310,7 @@ This is a role to describe operations on the Array type.
 
 Note that, in both the above, $_ is in scope within the code block, as well as 
 being passed as $_[0]. As per CORE::map and CORE::grep, $_ is an alias to 
-the list value, so can be used to to modify the list, viz:
+the list value, so can be used to modify the list, viz:
 
     use Moose::Autobox;
 
index db64fe4..722f0b1 100644 (file)
@@ -84,7 +84,7 @@ This is equivalent to splitting on space.
 
 =item B<lines>
 
-This is equivalent to splitting on linelines.
+This is equivalent to splitting on newlines.
 
 =back