POD typo corrected.
[catagits/Catalyst-Runtime.git] / 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.