[Catalyst-commits] r13155 - in Catalyst-Runtime/5.80/trunk: lib/Catalyst script

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Apr 13 21:03:58 GMT 2010


Author: t0m
Date: 2010-04-13 22:03:58 +0100 (Tue, 13 Apr 2010)
New Revision: 13155

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine.pm
   Catalyst-Runtime/5.80/trunk/script/catalyst.pl
Log:
Fix spelling errors - RT#54335

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine.pm	2010-04-12 20:49:01 UTC (rev 13154)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine.pm	2010-04-13 21:03:58 UTC (rev 13155)
@@ -705,13 +705,13 @@
 
 =head2 $self->env
 
-Hash containing enviroment variables including many special variables inserted
+Hash containing environment variables including many special variables inserted
 by WWW server - like SERVER_*, REMOTE_*, HTTP_* ...
 
-Before accesing enviroment variables consider whether the same information is
+Before accessing environment variables consider whether the same information is
 not directly available via Catalyst objects $c->request, $c->engine ...
 
-BEWARE: If you really need to access some enviroment variable from your Catalyst
+BEWARE: If you really need to access some environment variable from your Catalyst
 application you should use $c->engine->env->{VARNAME} instead of $ENV{VARNAME},
 as in some enviroments the %ENV hash does not contain what you would expect.
 

Modified: Catalyst-Runtime/5.80/trunk/script/catalyst.pl
===================================================================
--- Catalyst-Runtime/5.80/trunk/script/catalyst.pl	2010-04-12 20:49:01 UTC (rev 13154)
+++ Catalyst-Runtime/5.80/trunk/script/catalyst.pl	2010-04-13 21:03:58 UTC (rev 13155)
@@ -142,7 +142,7 @@
 
 =item C<myapp_test.pl>
 
-runs an action of the generated application from the comand line.
+runs an action of the generated application from the command line.
 
 =back
 




More information about the Catalyst-commits mailing list