From: Fabian Keil Date: Wed, 26 Mar 2008 19:05:51 +0000 (+0000) Subject: Comment fix reloaded. X-Git-Tag: v_3_0_9~187 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=7631398b448a08d986023beda968c33c9f015f8f Comment fix reloaded. --- diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index f5c010a1..e48a129d 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -7,7 +7,7 @@ # 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: # @@ -632,7 +632,7 @@ sub execute_method_test ($) { 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;