Fix typo (RT#91747)
Dagfinn Ilmari Mannsåker [Thu, 2 Jan 2014 18:15:11 +0000 (19:15 +0100)]
The remaining typos in the ticket were already fixed by the previous
commit, which had been pushed to the wrong repository.

lib/Catalyst/Manual/ExtendingCatalyst.pod

index 7cc4cc8..b1a282c 100644 (file)
@@ -115,7 +115,7 @@ L<Catalyst::Model::Adaptor|Catalyst::Model::Adaptor>.
 =head2 Using Moose roles to apply method modifiers
 
 Rather than having a complex set of base classes which you have to mixin
-via multiple inheritence, if your functionality is well structured, then
+via multiple inheritance, if your functionality is well structured, then
 it's possible to use the composability of L<Moose> roles, and method modifiers
 to hook onto to provide functionality.