Description: Fixing man page
Author: Fabrizio Regalli <fabreg@fabreg.it>
Last-Update: 2018-06-21
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125647

--- a/DBILogger.pm
+++ b/DBILogger.pm
@@ -150,8 +150,8 @@
 
 =head1 DESCRIPTION
 
-This module tracks what's being transfered by the Apache web server in a 
-SQL database (everything with a DBI/DBD driver).  This allows to get 
+This module tracks what's being transferred by the Apache web server in a 
+SQL database (everything with a DBI/DBD driver). This allows one to get 
 statistics (of almost everything) without having to parse the log
 files (like the Apache::Traffic module, just in a "real" database, and with
 a lot more logged information).
@@ -196,7 +196,7 @@
 
 =over 4
 
-=item hit count and total bytes transfered from the virtual server www.company.com
+=item hit count and total bytes transferred from the virtual server www.company.com
 
     select count(id),sum(bytes) from requests 
     where server="www.company.com"