You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by rs...@hyperreal.org on 1998/05/22 09:54:09 UTC

cvs commit: modperl INSTALL

rse         98/05/22 00:54:09

  Modified:    .        INSTALL
  Log:
  Fix two typos.
  
  Revision  Changes    Path
  1.6       +3 -3      modperl/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /export/home/cvs/modperl/INSTALL,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- INSTALL	1998/05/05 22:34:38	1.5
  +++ INSTALL	1998/05/22 07:54:08	1.6
  @@ -6,7 +6,7 @@
   
   How to build, test, configure and install mod_perl
   
  -=head1 PREREQUSITES
  +=head1 PREREQUISITES
   
   =over 3
   
  @@ -136,7 +136,7 @@
   
   =item Linking Perl extensions static with httpd
   
  -Normally, if an exension is linked static with Perl it is listed in
  +Normally, if an extension is linked static with Perl it is listed in
   Config.pm's $Config{static_exts}, in which case, mod_perl will also
   link this extension static with httpd.  However, if an extension is
   linked static with Perl after it is installed, it is not listed in
  @@ -253,7 +253,7 @@
   
   =head1 Configuring and building with Stronghold
   
  -=over3
  +=over 3
   
   You must first build and install Stronghold without mod_perl,
   following Stronghold's install procedure.