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 do...@apache.org on 2001/04/25 17:25:46 UTC

cvs commit: modperl-2.0/pod modperl_style.pod

dougm       01/04/25 08:25:46

  Modified:    pod      modperl_style.pod
  Log:
  fix typo
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/pod/modperl_style.pod
  
  Index: modperl_style.pod
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/pod/modperl_style.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- modperl_style.pod	2001/02/18 22:00:48	1.2
  +++ modperl_style.pod	2001/04/25 15:25:45	1.3
  @@ -106,7 +106,7 @@
   =item Avoid inherting from certain modules
   
   Exporter 
  -To void inherting B<AutoLoader::AUTOLOAD>
  +To avoid inherting B<AutoLoader::AUTOLOAD>
   
    instead of this: