Typo in Doku
authorG. Richardson <information@kivitendo-premium.de>
Thu, 2 Jun 2016 15:36:23 +0000 (17:36 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Fri, 3 Jun 2016 13:27:55 +0000 (15:27 +0200)
SL/DB.pm

index 0adac9c..26c01cc 100644 (file)
--- a/SL/DB.pm
+++ b/SL/DB.pm
@@ -166,7 +166,7 @@ starting one if none is currently active. Example:
   });
 
 One big difference to L<Rose::DB/do_transaction> is the return code
-handling. If a transaction is already active then C<with_transcation>
+handling. If a transaction is already active then C<with_transaction>
 simply returns the result of calling C<$code_ref> as-is.
 
 Otherwise the return value depends on the result of the underlying