From: G. Richardson <grichardson@kivitec.de> Date: Thu, 31 Oct 2019 12:22:47 +0000 (+0100) Subject: Typo in typos X-Git-Tag: release-3.5.6.1~397 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3bd31e0daf729a4401afed9f8a9ed511fd6bfdf5;p=kivitendo-erp.git Typo in typos Das war mir einen eigenen Commit wert ^^ --- diff --git a/SL/DB.pm b/SL/DB.pm index d20846670..ff54cceeb 100644 --- a/SL/DB.pm +++ b/SL/DB.pm @@ -229,7 +229,7 @@ from proper exception handling. C<with_transaction> only gobbles up exceptions that are used to signal an error in the transaction, and returns undef on those. All other exceptions -bubble out of the transaction like normal, so that it is transparent to typoes, +bubble out of the transaction like normal, so that it is transparent to typos, runtime exceptions and other generally wanted things. If you just use the snippet above, your code will catch everything related to