Typo
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index 9b50622..2b85e03 100644 (file)
@@ -244,7 +244,7 @@ machine.  You should get output along the lines of:
     ...
 
 You want the IP address on the second line below the C<eth0> interface.
-The image it design to automatically use a DHCP-assigned address.
+The image is designed to automatically use a DHCP-assigned address.
 
 
 Try to ping this IP address from your "host machine" (main desktop):
@@ -372,7 +372,7 @@ more information on Iceweasel at L<http://wiki.debian.org/Iceweasel>.
 
 Also, you might need to add more memory to your virtual machine if you
 want to run X Windows (or other tools that might require additional
-memory).  Consult the documentation for you virtualization software
+memory).  Consult the documentation of your virtualization software
 for instructions on how to do this (it's usually pretty simple).
 
 
@@ -385,7 +385,7 @@ that the Perl modules are run from ~/perl5 (in this case,
 recommend that you also consider using this very handy module.  It can
 greatly ease the process of maintaining and testing different
 combinations or Perl modules across development, staging, and production
-servers.  (The "relocatable Perl" feature can also be used to to run
+servers.  (The "relocatable Perl" feature can also be used to run
 both the modules B<and> Perl itself from your home directory [or any
 other directory you chose]).
 
@@ -538,8 +538,8 @@ for the C<localhost> in the URLs (again, you can get the IP address for
 eth0 from the C<ifconfig> command).  For example, if your VM has an
 IP address of 192.168.0.12, you will want to use a base URL of
 C<http://192.168.0.12:3000>.  Note that the development server
-defaults to port 3000 (you can change with with the "-p" option on the
-command line.
+defaults to port 3000 (you can change with the "-p" option on the
+command line).
 
 B<Please Note:> Depending on the web browser you are using, you might
 need to hit C<Shift+Reload> or C<Ctrl+Reload> to pull a fresh page when