privoxy-log-parser: Fix typo in the --statistics output
authorFabian Keil <fk@fabiankeil.de>
Tue, 23 Mar 2021 14:06:55 +0000 (15:06 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 20 May 2021 09:42:13 +0000 (11:42 +0200)
tools/privoxy-log-parser.pl

index e3d3b84..57a7f03 100755 (executable)
@@ -2410,7 +2410,7 @@ sub print_stats() {
         ")\n";
     print "Client connections: " .  $stats{'closed-client-connections'} . "\n";
     if ($stats{'content-size-total'}) {
-        print "Bytes of content transfered to the client: " .  $stats{'content-size-total'} . "\n";
+        print "Bytes of content transferred to the client: " .  $stats{'content-size-total'} . "\n";
     }
     my $lines_printed = 0;
     print "Client requests per connection distribution:\n";