typo fix
Shawn M Moore [Sun, 9 Nov 2008 06:05:21 +0000 (06:05 +0000)]
lib/Moose/Meta/Role.pm

index 71d9d80..1645921 100644 (file)
@@ -368,7 +368,7 @@ sub has_method {
     exists $self->get_method_map->{$name} ? 1 : 0
 }
 
-# FIXME this is copypasated from Class::MOP::Class
+# FIXME this is copy-pasted from Class::MOP::Class
 # refactor to inherit from some common base
 sub wrap_method_body {
     my ( $self, %args ) = @_;