From: Shawn M Moore Date: Sun, 14 Dec 2008 22:05:38 +0000 (+0000) Subject: Typo fix X-Git-Tag: 0.64~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=52a919fe29bc15daa7322f91d7def6db913d66ad;p=gitmo%2FMoose.git Typo fix --- diff --git a/lib/Moose/Util/MetaRole.pm b/lib/Moose/Util/MetaRole.pm index 74b8547..3cdc889 100644 --- a/lib/Moose/Util/MetaRole.pm +++ b/lib/Moose/Util/MetaRole.pm @@ -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