Author: timbo
Date: Thu Jul 22 10:22:06 2010
New Revision: 14270

Modified:
   dbi/trunk/Changes
   dbi/trunk/lib/DBI/FAQ.pm
   dbi/trunk/lib/DBI/ProxyServer.pm

Log:
Corrected typos in DBI::FAQ and DBI::ProxyServer (Ansgar Burchardt)


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Thu Jul 22 10:22:06 2010
@@ -8,7 +8,8 @@
 
 =head2 Changes in DBI 1.613 (svn rNNNNN) NNth XXXX 2010
 
-  Fixed attribute references in DBI pod (Martin J. Evans)
+  Changed attribute headings and fixed references in DBI pod (Martin J. Evans)
+  Corrected typos in DBI::FAQ and DBI::ProxyServer (Ansgar Burchardt)
 
 =head2 Changes in DBI 1.612 (svn r14254) 16th July 2010
 

Modified: dbi/trunk/lib/DBI/FAQ.pm
==============================================================================
--- dbi/trunk/lib/DBI/FAQ.pm    (original)
+++ dbi/trunk/lib/DBI/FAQ.pm    Thu Jul 22 10:22:06 2010
@@ -63,10 +63,10 @@
 
 To quote Tim Bunce, the architect and author of DBI:
 
-    ``DBI is a database access Application Programming Interface (API)
+      DBI is a database access Application Programming Interface (API)
       for the Perl Language. The DBI API Specification defines a set
       of functions, variables and conventions that provide a consistent
-      database interface independant of the actual database being used.''
+      database interface independent of the actual database being used.
 
 In simple language, the DBI interface allows users to access multiple database
 types transparently. So, if you connecting to an Oracle, Informix, mSQL, Sybase

Modified: dbi/trunk/lib/DBI/ProxyServer.pm
==============================================================================
--- dbi/trunk/lib/DBI/ProxyServer.pm    (original)
+++ dbi/trunk/lib/DBI/ProxyServer.pm    Thu Jul 22 10:22:06 2010
@@ -651,7 +651,7 @@
                },
 
                # rule: employee_workplace
-               # desc: get detailled informations
+               # desc: get detailled information
                {
                        # any IP-address is meant here
                        mask => '^10\.95\.81\.(\d+)$',

Reply via email to