X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=fc55db70f787cf20f2d0ddda95c7deb074549b80;hb=e33d788dc6b1355e1c2cc0033443577c21c61b59;hp=e63da832612301a21f18d14c9f0547e65b622b53;hpb=4e6e0ab2246dc09edb7e2731547931fa28021829;p=catagits%2FCatalyst-Runtime.git 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); }; };