From: Dave Rolsky Date: Sat, 31 Dec 2011 00:58:15 +0000 (-0600) Subject: Fix a small comment typo X-Git-Tag: 2.0500~109 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=18b28ba887282651b2c4e3cf4cf2e8cc49e05d9e;p=gitmo%2FMoose.git Fix a small comment typo --- diff --git a/lib/Moose/Meta/Role/Composite.pm b/lib/Moose/Meta/Role/Composite.pm index 5a38e7a..0e90e4e 100644 --- a/lib/Moose/Meta/Role/Composite.pm +++ b/lib/Moose/Meta/Role/Composite.pm @@ -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.