[Catalyst-commits] r9830 - Catalyst-Runtime/5.80/trunk/lib
dandv at dev.catalyst.perl.org
dandv at dev.catalyst.perl.org
Sat Apr 25 05:55:50 GMT 2009
Author: dandv
Date: 2009-04-25 06:55:50 +0100 (Sat, 25 Apr 2009)
New Revision: 9830
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
1-char typo
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-04-25 05:34:06 UTC (rev 9829)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-04-25 05:55:50 UTC (rev 9830)
@@ -815,7 +815,7 @@
will be merged when an application is started. Configuration loaded with
L<Catalyst::Plugin::ConfigLoader> takes precedence over other configuration,
followed by configuration in your top level C<MyApp> class. These two
-configurations are merged, and then configuration data whos hash key matches a
+configurations are merged, and then configuration data whose hash key matches a
component name is merged with configuration for that component.
The configuration for a component is then passed to the C<new> method when a
More information about the Catalyst-commits
mailing list