From: gfx <gfuji@cpan.org>
Date: Tue, 8 Dec 2009 01:47:06 +0000 (+0900)
Subject: Fix typos
X-Git-Tag: 0.44~14
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f63873556821236f4b89d1725a9928b23d820342;p=gitmo%2FMouse.git

Fix typos
---

diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm
index 0ea74b5..4435650 100644
--- a/lib/Mouse/Spec.pm
+++ b/lib/Mouse/Spec.pm
@@ -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
 
diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod
index f5b4b91..aa8481b 100644
--- a/lib/Mouse/XS.pod
+++ b/lib/Mouse/XS.pod
@@ -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
diff --git a/xt/02_pod_spell.t b/xt/02_pod_spell.t
index e774987..c4b49a1 100644
--- a/xt/02_pod_spell.t
+++ b/xt/02_pod_spell.t
@@ -103,6 +103,7 @@ RemoteName
 MethodName
 OwnerClass
 AttributeName
+RoleName
 
 clearers
 composable