[Catalyst-commits] r9157 - Catalyst-Runtime/5.80/trunk/lib/Catalyst

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Feb 2 11:10:02 GMT 2009


Author: rafl
Date: 2009-02-02 11:10:02 +0000 (Mon, 02 Feb 2009)
New Revision: 9157

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component.pm
Log:
Fix pod typo.

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component.pm	2009-02-02 10:57:16 UTC (rev 9156)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component.pm	2009-02-02 11:10:02 UTC (rev 9157)
@@ -171,7 +171,7 @@
 
 =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.
 




More information about the Catalyst-commits mailing list