]> wagnertech.de Git - kivitendo-erp.git/commitdiff
DBConnect POD Typo
authorG. Richardson <grichardson@kivitec.de>
Mon, 25 Feb 2019 11:06:20 +0000 (12:06 +0100)
committerG. Richardson <grichardson@kivitec.de>
Fri, 26 Jul 2019 11:24:55 +0000 (13:24 +0200)
SL/DBConnect.pm

index 9f2472c136b44b9d931d964ee694a309b316d960..9fcf7f412a7081475a3a37d6f8a1f1c30ba9c400 100644 (file)
@@ -119,7 +119,7 @@ optionally routing through DBIx::Log4perl
 
 Connects to the database. If the configuration parameter
 C<debug.dbix_log4perl> is set then the call is made through
 
 Connects to the database. If the configuration parameter
 C<debug.dbix_log4perl> is set then the call is made through
-L<DBIx::Log4per/connect>. Otherwise L<DBI/connect> is called directly.
+L<DBIx::Log4perl/connect>. Otherwise L<DBI/connect> is called directly.
 
 In each case C<@dbi_args> is passed through as-is.
 
 
 In each case C<@dbi_args> is passed through as-is.