From: Jay Hannah Date: Fri, 31 Oct 2008 15:27:13 +0000 (+0000) Subject: POD typo corrected. X-Git-Tag: 5.8000_03~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6e5b548ecc3b047f6297daf874b65752cfba5909 POD typo corrected. --- diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index c0cdf1e..8d1bdbe 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -96,7 +96,7 @@ sub finalize_cookies { =head2 $self->finalize_error($c) -Output an apropriate error message, called if there's an error in $c +Output an appropriate error message. Called if there's an error in $c after the dispatch has finished. Will output debug messages if Catalyst is in debug mode, or a `please come back later` message otherwise.