Fix typos
gfx [Tue, 8 Dec 2009 01:47:06 +0000 (10:47 +0900)]
lib/Mouse/Spec.pm
lib/Mouse/XS.pod
xt/02_pod_spell.t

index 0ea74b5..4435650 100644 (file)
@@ -43,8 +43,8 @@ The sugary API is highly compatible with Moose.
 
 Any MOP in Mouse has no attributes.
 
-And C<< $metaclass->meta->make_immutable() >> does not yet work as you expect.
-B<Don not make metaclasses immutalbe>.
+For this reason, C<< $metaclass->meta->make_immutable() >> does not yet work as you expect.
+B<Don not make metaclasses immutable>.
 
 =head3 Mouse::Meta::Instance
 
index f5b4b91..aa8481b 100644 (file)
@@ -10,7 +10,7 @@ This document describes Mouse version 0.43
 =head1 DESCRIPTION
 
 Mouse has an optional XS implementation, which is automatically built
-and used if available. Accoding to benchmarks, this is about 2 times
+and used if available. According to benchmarks, this is about 2 times
 faster than Mouse::PurePerl.
 
 =head2 INSTALL
index e774987..c4b49a1 100644 (file)
@@ -103,6 +103,7 @@ RemoteName
 MethodName
 OwnerClass
 AttributeName
+RoleName
 
 clearers
 composable