geoff 2004/05/27 10:12:57
Modified: perl-framework/Apache-Test/lib/Apache Test.pm
Log:
fix typo and cut-and-paste duplicate
Revision Changes Path
1.82 +1 -3 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
Index: Test.pm
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- Test.pm 27 May 2004 09:05:05 -0000 1.81
+++ Test.pm 27 May 2004 17:12:57 -0000 1.82
@@ -397,9 +397,7 @@
return 0;
}
-# normalize Apache-sytle version strings (2.0.48, 0.9.4)
-
-# normalize Apache-sytle version strings (2.0.48, 0.9.4)
+# normalize Apache-style version strings (2.0.48, 0.9.4)
# for easy numeric comparison. note that 2.1 and 2.1.0
# are considered equivalent.
sub normalize_vstring {