]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/Entity/Transaction.php
Small rework and few typo fixes
[galette.git] / galette / lib / Galette / Entity / Transaction.php
index 496abf443264f49c1d26f5271723c0daa5b08904..a9199b7c4dd4bf767d011695a5cc002f525674eb 100644 (file)
@@ -351,7 +351,7 @@ class Transaction
 
         if (count($this->errors) > 0) {
             Analog::log(
-                'Some errors has been throwed attempting to edit/store a transaction' .
+                'Some errors has been thew attempting to edit/store a transaction' .
                 print_r($this->errors, true),
                 Analog::DEBUG
             );
@@ -621,7 +621,7 @@ class Transaction
 
         if (count($this->errors) > 0) {
             Analog::log(
-                'Some errors has been throwed attempting to edit/store a transaction files' . "\n" .
+                'Some errors has been thew attempting to edit/store a transaction files' . "\n" .
                 print_r($this->errors, true),
                 Analog::ERROR
             );