Typo in typos
authorG. Richardson <grichardson@kivitec.de>
Thu, 31 Oct 2019 12:22:47 +0000 (13:22 +0100)
committerG. Richardson <grichardson@kivitec.de>
Tue, 21 Jan 2020 11:51:20 +0000 (12:51 +0100)
Das war mir einen eigenen Commit wert ^^

SL/DB.pm

index d208466..ff54cce 100644 (file)
--- 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