[Catalyst-commits] r12488 - Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial

jawnsy at dev.catalyst.perl.org jawnsy at dev.catalyst.perl.org
Tue Dec 29 00:52:18 GMT 2009


Author: jawnsy
Date: 2009-12-29 00:52:17 +0000 (Tue, 29 Dec 2009)
New Revision: 12488

Modified:
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/05_Authentication.pod
Log:
fix typos

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod	2009-12-29 00:49:47 UTC (rev 12487)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod	2009-12-29 00:52:17 UTC (rev 12488)
@@ -233,7 +233,7 @@
 application, which is where logging output usually goes.
 
 Make sure when adding new plugins you also include them as a new
-dependancy within the Makefile.PL file. For example, after adding
+dependency within the Makefile.PL file. For example, after adding
 the StackTrace plugin the Makefile.PL should include the following
 line:
 

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/05_Authentication.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/05_Authentication.pod	2009-12-29 00:49:47 UTC (rev 12487)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/05_Authentication.pod	2009-12-29 00:52:17 UTC (rev 12488)
@@ -738,7 +738,7 @@
 
     $ DBIC_TRACE=1 perl -Ilib set_hashed_passwords.pl
 
-We had to use the C<-Ilib> arguement to tell perl to look under the 
+We had to use the C<-Ilib> argument to tell perl to look under the 
 C<lib> directory for our C<MyApp::Schema> model.
 
 The DBIC_TRACE output should show that the update worked:




More information about the Catalyst-commits mailing list