We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5d080 commit 8922cb4Copy full SHA for 8922cb4
system/Email/Email.php
@@ -1708,7 +1708,7 @@ protected function spoolEmail()
1708
$success = $this->{$method}();
1709
} catch (ErrorException $e) {
1710
$success = false;
1711
- log_message('error', 'Email: ' . $method . ' throwed ' . $e);
+ log_message('error', 'Email: ' . $method . ' threw ' . $e);
1712
}
1713
1714
if (! $success) {
@@ -2265,7 +2265,7 @@ public function __destruct()
2265
2266
$protocol = $this->getProtocol();
2267
$method = 'sendWith' . ucfirst($protocol);
2268
2269
2270
2271
0 commit comments