From: Florian Ragwitz Date: Mon, 2 Feb 2009 11:10:02 +0000 (+0000) Subject: Fix pod typo. X-Git-Tag: 5.8000_06~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f9c35d6c89dd952bca54df157740dcbcebd14441 Fix pod typo. --- diff --git a/lib/Catalyst/Component.pm b/lib/Catalyst/Component.pm index 50d6089..6178c84 100644 --- a/lib/Catalyst/Component.pm +++ b/lib/Catalyst/Component.pm @@ -171,7 +171,7 @@ Alias for the method in L. =head2 ACCEPT_CONTEXT($c, @args) -Catalyst components are normally initalized during server startup, either +Catalyst components are normally initialized during server startup, either as a Class or a Instance. However, some components require information about the current request. To do so, they can implement an ACCEPT_CONTEXT method.