From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 19 Apr 2011 13:10:11 +0000 (+0000)
Subject: Fix spelling errors found with codespell.
X-Git-Tag: v_3_0_18~256
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/user-manual/@proxy-info-url@?a=commitdiff_plain;h=83cb0eda63c10899384b9fcae21541923ac143be;p=privoxy.git
Fix spelling errors found with codespell.
---
diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl
index 721e1427..efcd796e 100755
--- a/tools/privoxy-log-parser.pl
+++ b/tools/privoxy-log-parser.pl
@@ -8,7 +8,7 @@
#
# http://www.fabiankeil.de/sourcecode/privoxy-log-parser/
#
-# $Id: privoxy-log-parser.pl,v 1.112 2011/03/20 11:51:12 fabiankeil Exp $
+# $Id: privoxy-log-parser.pl,v 1.113 2011/04/19 13:08:51 fabiankeil Exp $
#
# TODO:
# - LOG_LEVEL_CGI, LOG_LEVEL_ERROR, LOG_LEVEL_WRITE content highlighting
@@ -1300,7 +1300,7 @@ sub handle_loglevel_gif_deanimate ($) {
} elsif ($content =~ m/^(?:No GIF header found|failed while parsing)/) {
# No GIF header found (XXX: Did I ever commit this?)
- # failed while parsing 195 134747048 (XXX: never commited)
+ # failed while parsing 195 134747048 (XXX: never committed)
# Ignore these for now
diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl
index da134771..717836f7 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.63 2011/02/19 13:59:40 fabiankeil Exp $
+# $Id: privoxy-regression-test.pl,v 1.64 2011/02/19 13:59:59 fabiankeil Exp $
#
# Wish list:
#
@@ -221,7 +221,7 @@ sub tokenize ($) {
s@\s*$@@;
# Reverse HTML-encoding
- # XXX: Seriously imcomplete.
+ # XXX: Seriously incomplete.
s@"@"@g;
s@&@&@g;
@@ -467,7 +467,7 @@ sub load_action_files ($) {
l(LL_STATUS, "Enabling no_checks for $token") unless $no_checks;
}
- # XXX: Neccessary?
+ # XXX: Necessary?
unless ($no_checks) {
check_for_forbidden_characters($value);
check_for_forbidden_characters($token);
@@ -701,7 +701,7 @@ sub execute_redirect_test ($) {
my $redirect_destination;
my $expected_redirect_destination = $test->{'redirect destination'};
- # XXX: Check if a redirect actualy applies before doing the request.
+ # XXX: Check if a redirect actually applies before doing the request.
# otherwise the test may hit a real server in failure cases.
$curl_parameters .= '--head ';
@@ -1767,7 +1767,7 @@ number.
B<--show-skipped-tests> Log skipped tests even if verbose mode is off.
-B<--verbose> Log succesful tests as well. By default only
+B<--verbose> Log successful tests as well. By default only
the failures are logged.
B<--version> Print version and exit.