Spell checking and formatting, with some grammar corrections.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Cookbook.pod
index b6913a7..bd72029 100644 (file)
@@ -321,7 +321,7 @@ output and  drops the first line if it is an HTTP status line (note:
 this may change).
 
 The Apache C<mod_fastcgi> module is provided by a number of Linux 
-distros and is straightforward to compile for most Unix-like systems.  
+distro's and is straightforward to compile for most Unix-like systems.  
 The module provides a FastCGI Process Manager, which manages FastCGI 
 scripts.  You configure your script as a FastCGI script with the 
 following Apache configuration directives:
@@ -734,7 +734,7 @@ implementing roles:
   /;
 
 Roles are implemented automatically when using
-L<Catalyst::Authetication::Store::Htpasswd>:
+L<Catalyst::Authentication::Store::Htpasswd>:
 
   # no additional role configuration required
   __PACKAGE__->config->{authentication}{htpasswd} = "passwdfile";
@@ -784,6 +784,8 @@ Jesse Sheidlower, C<jester@panix.com>
 Andy Grundman, C<andy@hybridized.org> 
 Chisel Wright, C<pause@herlpacker.co.uk>
 Will Hawes, C<info@whawes.co.uk>
+Gavin Henry, C<ghenry@cpan.org> (Spell checking)
+
 
 =head1 COPYRIGHT