Fix a small comment typo
Dave Rolsky [Sat, 31 Dec 2011 00:58:15 +0000 (18:58 -0600)]
lib/Moose/Meta/Role/Composite.pm

index 5a38e7a..0e90e4e 100644 (file)
@@ -68,7 +68,7 @@ sub new {
     $class->_new(\%params);
 }
 
-# This is largely a cope of what's in Moose::Meta::Role (itself
+# This is largely a copy of what's in Moose::Meta::Role (itself
 # largely a copy of Class::MOP::Class). However, we can't actually
 # call add_package_symbol, because there's no package to which which
 # add the symbol.