From: John Napiorkowski Date: Mon, 25 Jul 2016 20:47:42 +0000 (-0500) Subject: speeling fixes from Debian X-Git-Tag: 5.90112^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=refs%2Ftags%2F5.90112 speeling fixes from Debian --- diff --git a/Changes b/Changes index 045ddff..5aa6778 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. 5.90112 - 2016-07-25 + - Spelling fixes from Debian group. - Fixed regression introduced in last release that caused the code to crap out if you set the encoding to 'undef'. diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index 7804342..045767c 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -22,7 +22,7 @@ now compose the base class with any configured traits once at the end of the application setup, rather than for each request. This reduced request overhead when you are composing lots of traits. It possible this may break some code that was adding traits after the application setup was finalized. Please shout out if -this actually causes you trouble and we'll do the best to accomodate. +this actually causes you trouble and we'll do the best to accommodate. =head2 VERSION 5.90102 - 5.90103 diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index 1c9de49..fd5a6cc 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -72,7 +72,7 @@ use of the non core method in your code as future changes to Catalyst will be synchronized to the core method first. We reserve the right to cease support of the non core version should we reach a point in time where it cannot be properly supported as an external module. Luckily this should be a trivial -search and replace. Change all occurences of: +search and replace. Change all occurrences of: CatalystX::InjectComponent->inject(...)