X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=fc55db70f787cf20f2d0ddda95c7deb074549b80;hp=e63da832612301a21f18d14c9f0547e65b622b53;hb=e33d788dc6b1355e1c2cc0033443577c21c61b59;hpb=1f2a8069c7334ed10d71874f7e6ef738c07a094c diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index e63da83..fc55db7 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -693,7 +693,7 @@ sub build_psgi_app { return sub { my ($respond) = @_; - confess("Did not get a response callback for writer, cannot continiue") unless $respond; + confess("Did not get a response callback for writer, cannot continue") unless $respond; $app->handle_request(env => $env, response_cb => $respond); }; };