[Catalyst-commits] r7261 - trunk/examples/CatalystAdvent/root/2007

jshirley at dev.catalyst.perl.org jshirley at dev.catalyst.perl.org
Mon Dec 10 04:00:14 GMT 2007


Author: jshirley
Date: 2007-12-10 04:00:14 +0000 (Mon, 10 Dec 2007)
New Revision: 7261

Modified:
   trunk/examples/CatalystAdvent/root/2007/10.pod
Log:
Fixing some harmless typos

Modified: trunk/examples/CatalystAdvent/root/2007/10.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/10.pod	2007-12-10 02:14:54 UTC (rev 7260)
+++ trunk/examples/CatalystAdvent/root/2007/10.pod	2007-12-10 04:00:14 UTC (rev 7261)
@@ -20,7 +20,7 @@
 
  $ sudo cpan
  cpan[1]> install CatalystX::Starter
- # output sniped
+ # output snipped
     /usr/bin/make install  -- OK
  cpan[9]> exit
 
@@ -31,9 +31,9 @@
 CatalystX::Stater provides the script C< catalystx-starter > with
 which you can bootstrap the extension that you're writing, as follows:
 
- $ catalystx-starter 'Catalsyt::Controller::reCAPTCHA'
- Created files in Catalsyt-Controller-reCAPTCHA
- $ cd Catalsyt-Controller-reCAPTCHA
+ $ catalystx-starter 'Catalyst::Controller::reCAPTCHA'
+ Created files in Catalyst-Controller-reCAPTCHA
+ $ cd Catalyst-Controller-reCAPTCHA
  $ ls
  Changes       MANIFEST.SKIP Makefile.PL   README        gitignore     lib           t
 




More information about the Catalyst-commits mailing list