[Privoxy-commits] [privoxy] 06/07: privoxy-log-parser: Fix typo in the --statistics output
    User Git 
    git at git.privoxy.org
       
    Thu May 20 09:39:20 UTC 2021
    
    
  
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 07aa6e9db94b3b5db046eddd99897a1b999247a4
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Mar 23 15:06:55 2021 +0100
    privoxy-log-parser: Fix typo in the --statistics output
---
 tools/privoxy-log-parser.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl
index e3d3b845..57a7f039 100755
--- a/tools/privoxy-log-parser.pl
+++ b/tools/privoxy-log-parser.pl
@@ -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";
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Privoxy-commits
mailing list