stas        2004/09/09 08:08:38

  Modified:    src/modules/perl modperl_util.c
  Log:
  class name correction in the comment
  
  Revision  Changes    Path
  1.79      +1 -1      modperl-2.0/src/modules/perl/modperl_util.c
  
  Index: modperl_util.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.c,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -u -r1.78 -r1.79
  --- modperl_util.c    8 Sep 2004 23:41:16 -0000       1.78
  +++ modperl_util.c    9 Sep 2004 15:08:38 -0000       1.79
  @@ -127,7 +127,7 @@
   
           if (!r) {
               if (classname && SvPOK(in) && !strEQ(classname, SvPVX(in))) {
  -                /* might be Apache::{Server,RequestRec}-> dual method */
  +                /* might be Apache::{ServerRec,RequestRec}-> dual method */
                   return NULL;
               }
               Perl_croak(aTHX_
  
  
  

Reply via email to