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
=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