Fix typo.
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index 54ff75e..24f2c1e 100644 (file)
@@ -293,7 +293,7 @@ Chapter 3 included with the Tutorial Virtual Machine and start the
 Catalyst Development Server:
 
     $ cd Final/Chapter03/MyApp
-    $ perl scripts/myapp_server
+    $ perl script/myapp_server.pl
 
 =item 8
 
@@ -356,7 +356,7 @@ start it.
 If you have a preference for the Gnome desktop environment, you can do:
 
     $ sudo aptitude update
-    $ sudo ptitude install gnome iceweasel
+    $ sudo aptitude install gnome iceweasel
     $
     $ # You can reboot or start with 'startx', we will just reboot here
     $ reboot