fixup speling erors
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Delta.pod
index bfed979..32a4fe9 100755 (executable)
@@ -10,12 +10,12 @@ Catalyst releases.
 =head2 VERSION 5.90102 - 5.90103
 
 A significant change is that we now preserve the value of $c->state from action
-to follwoing action.  This gives you a new way to pass a value between actions
+to following action.  This gives you a new way to pass a value between actions
 in a chain, for example.   However any 'auto' actions always have $c->state
 forced to be set to 0, which is the way its been for a long time, this way an
 auto action is required to return 1 to pass the match.  It also exists to maintain
 compatibility with anyone that exits an auto action with a detach (which is not a
-documented way to excape matching, but exists in the wild since it worked as a
+documented way to escape matching, but exists in the wild since it worked as a
 side effect of the code for a long time).
 
 Additionally, upon $c->detach we also force set state to 0.