Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 59513
Status: resolved
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: ANSGAR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Fix spelling errors in documentation
Date: Mon, 19 Jul 2010 01:29:30 +0900
To: bug-DBI [...] rt.cpan.org
From: Ansgar Burchardt <ANSGAR [...] cpan.org>
Hi, the attached patch by gregor herrmann <gregoa@debian.org> was introduced in Debian to fix two spelling errors in the documentation. Please consider applying it for the next release. Regards, Ansgar
Author: gregor herrmann <gregoa@debian.org> Description: fix some minor spelling mistakes Forwarded: no --- libdbi-perl.orig/lib/DBI/FAQ.pm +++ libdbi-perl/lib/DBI/FAQ.pm @@ -66,7 +66,7 @@ ``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 --- libdbi-perl.orig/lib/DBI/ProxyServer.pm +++ libdbi-perl/lib/DBI/ProxyServer.pm @@ -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+)$',
Fixed in r14270. Thanks!