Typo fix
Shawn M Moore [Sun, 14 Dec 2008 22:05:38 +0000 (22:05 +0000)]
lib/Moose/Util/MetaRole.pm

index 74b8547..3cdc889 100644 (file)
@@ -159,7 +159,7 @@ experimental, and it could go away in the future!>
 This utility module is designed to help authors of Moose extensions
 write extensions that are able to cooperate with other Moose
 extensions. To do this, you must write your extensions as roles, which
-can then be dynamically applyied to the caller's metaclasses.
+can then be dynamically applied to the caller's metaclasses.
 
 This module makes sure to preserve any existing superclasses and roles
 already set for the meta objects, which means that any number of