fixed typos in instructional comments at beginning
Kieren Diment [Tue, 17 Oct 2006 22:39:27 +0000 (22:39 +0000)]
t/optional_apache-cgi-rewrite.pl
t/optional_apache-cgi.pl
t/optional_apache-fastcgi.pl

index 4007330..7a6cbf1 100755 (executable)
@@ -5,7 +5,7 @@
 # Note, to get this to run properly, you may need to give it the path to your
 # httpd.conf:
 #
-# perl t/optional/apache-cgi.pl -httpd_conf /etc/apache/httpd.conf
+# perl t/optional_apache-cgi.pl -httpd_conf /etc/apache/httpd.conf
 
 use strict;
 use warnings;
index 2191a34..8874f15 100755 (executable)
@@ -5,7 +5,7 @@
 # Note, to get this to run properly, you may need to give it the path to your
 # httpd.conf:
 #
-# perl t/optional/apache-cgi.pl -httpd_conf /etc/apache/httpd.conf
+# perl t/optional_apache-cgi.pl -httpd_conf /etc/apache/httpd.conf
 
 use strict;
 use warnings;
index 759febd..931c9cd 100755 (executable)
@@ -5,7 +5,7 @@
 # Note, to get this to run properly, you may need to give it the path to your
 # httpd.conf:
 #
-# perl t/optional/apache-fastcgi.pl -httpd_conf /etc/apache/httpd.conf
+# perl t/optional_apache-fastcgi.pl -httpd_conf /etc/apache/httpd.conf
 
 use strict;
 use warnings;