Comment fix reloaded.
authorFabian Keil <fk@fabiankeil.de>
Wed, 26 Mar 2008 19:05:51 +0000 (19:05 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 26 Mar 2008 19:05:51 +0000 (19:05 +0000)
tools/privoxy-regression-test.pl

index f5c010a..e48a129 100755 (executable)
@@ -7,7 +7,7 @@
 # A regression test "framework" for Privoxy. For documentation see:
 # perldoc privoxy-regression-test.pl
 #
 # A regression test "framework" for Privoxy. For documentation see:
 # perldoc privoxy-regression-test.pl
 #
-# $Id: privoxy-regression-test.pl,v 1.136 2008/03/26 12:38:36 fk Exp $
+# $Id: privoxy-regression-test.pl,v 1.137 2008/03/26 19:04:18 fk Exp $
 #
 # Wish list:
 #
 #
 # Wish list:
 #
@@ -632,7 +632,7 @@ sub execute_method_test ($) {
     my $expected_status_code = $test{'expected-status-code'};
 
     $curl_parameters .= '--request ' . $method . ' ';
     my $expected_status_code = $test{'expected-status-code'};
 
     $curl_parameters .= '--request ' . $method . ' ';
-    # Don't complain in about the 'missing' body
+    # Don't complain about the 'missing' body
     $curl_parameters .= '--head ' if ($method =~ /^HEAD$/i);
 
     $curl_parameters .= PRIVOXY_CGI_URL;
     $curl_parameters .= '--head ' if ($method =~ /^HEAD$/i);
 
     $curl_parameters .= PRIVOXY_CGI_URL;