]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DBConnect.pm
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / 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
-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.