speeling fixes from Debian 5.90112
John Napiorkowski [Mon, 25 Jul 2016 20:47:42 +0000 (15:47 -0500)]
Changes
lib/Catalyst/Delta.pod
lib/Catalyst/Upgrading.pod

diff --git a/Changes b/Changes
index 045ddff..5aa6778 100644 (file)
--- 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'.
 
index 7804342..045767c 100755 (executable)
@@ -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
 
index 1c9de49..fd5a6cc 100644 (file)
@@ -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(...)