From: Dave Rolsky Date: Sat, 31 Dec 2011 00:58:15 +0000 (-0600) Subject: Fix a small comment typo X-Git-Tag: 2.0402~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64a05effd6c40c6198e92b37ec5e8189edc5d0ed;hp=1904678cf8719c9b34c1ca01d59f59c6d811d198;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.