We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823ad7c commit b2dab52Copy full SHA for b2dab52
src/Linker.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: PHPMailer-phpMussel linker (last modified: 2023.12.02).
+ * This file: PHPMailer-phpMussel linker (last modified: 2024.08.02).
12
*/
13
14
namespace phpMussel\PHPMailer;
@@ -249,7 +249,7 @@ public function __invoke(string $NotUsed, array $Data): bool
249
$SuccessDetails
250
) : $this->Loader->L10N->getString('response.Error') . ' - ' . $Mail->ErrorInfo) . "\n";
251
} catch (\Exception $e) {
252
- /** An exeption occurred. Log the information. */
+ /** An exception occurred. Log the information. */
253
$EventLogData .= $this->Loader->L10N->getString('response.Error') . ' - ' . $e->getMessage() . "\n";
254
}
255
0 commit comments