Author: stas
Date: Wed Dec  8 17:13:50 2004
New Revision: 111331

URL: http://svn.apache.org/viewcvs?view=rev&rev=111331
Log:
fix the sub name (comment)

Modified:
   perl/modperl/trunk/t/conf/modperl_extra.pl

Modified: perl/modperl/trunk/t/conf/modperl_extra.pl
Url: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/t/conf/modperl_extra.pl?view=diff&rev=111331&p1=perl/modperl/trunk/t/conf/modperl_extra.pl&r1=111330&p2=perl/modperl/trunk/t/conf/modperl_extra.pl&r2=111331
==============================================================================
--- perl/modperl/trunk/t/conf/modperl_extra.pl  (original)
+++ perl/modperl/trunk/t/conf/modperl_extra.pl  Wed Dec  8 17:13:50 2004
@@ -209,7 +209,7 @@
 
     # replace the sub with the following to get some visual debug
     # should log cnt:1 on -start, oncand cnt: 2 -stop followed by cnt: 1)
-    #Apache::ServerUtil::server_shutdown_register( sub {
+    #Apache::ServerUtil::server_shutdown_register_cleanup( sub {
     #    my $cnt = Apache::ServerUtil::restart_count();
     #    open my $fh, ">>/tmp/out" or die "$!";
     #    print $fh "cnt: $cnt\n";

Reply via email to