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 9f2472c..9fcf7f4 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
-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.