Error message fix
Shawn M Moore [Sun, 26 Sep 2010 03:25:29 +0000 (23:25 -0400)]
lib/Mouse/Meta/Class.pm

index 501c9ec..d4d477c 100644 (file)
@@ -87,7 +87,7 @@ sub inherit_from_foreign_class {
     my($class, $super) = @_;
     Carp::carp("You inherit from non-Mouse class ($super),"
         . " but it is unlikely to work correctly."
-        . " Please concider to use MouseX::Foreign");
+        . " Please consider using MouseX::Foreign");
     return;
 }