POD typo corrected.
Jay Hannah [Fri, 31 Oct 2008 15:27:13 +0000 (15:27 +0000)]
lib/Catalyst/Engine.pm

index c0cdf1e..8d1bdbe 100644 (file)
@@ -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.