X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FActionChain.pm;h=5e222c23db665c4db4d27a0f0f3bb0f4dfe5b4a2;hp=0b58602c72e2d5d90753355876dbbcad15ea8c11;hb=566678d0245e49d7f2f1abce553b5bdb87879086;hpb=4373973ab65fd23bf7b334a444aba1d526a6f297 diff --git a/lib/Catalyst/ActionChain.pm b/lib/Catalyst/ActionChain.pm index 0b58602..5e222c2 100644 --- a/lib/Catalyst/ActionChain.pm +++ b/lib/Catalyst/ActionChain.pm @@ -37,7 +37,7 @@ sub dispatch { # break the chain if exception occurs in the middle of chain. We # check the global config flag 'abort_chain_on_error_fix', but this - # is now considered true by default, so unless someone explictly sets + # is now considered true by default, so unless someone explicitly sets # it to false we default it to true (if its not defined). my $abort = defined($c->config->{abort_chain_on_error_fix}) ? $c->config->{abort_chain_on_error_fix} : 1;