=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
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;
=item B<lines>
-This is equivalent to splitting on linelines.
+This is equivalent to splitting on newlines.
=back