privoxy-log-parser: Fix typo in the --statistics output
[privoxy.git] / 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";