From 3bd31e0daf729a4401afed9f8a9ed511fd6bfdf5 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Thu, 31 Oct 2019 13:22:47 +0100 Subject: [PATCH] Typo in typos Das war mir einen eigenen Commit wert ^^ --- SL/DB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- 2.20.1