Skip to content

Commit b2dab52

Browse files
committed
Fix typo.
1 parent 823ad7c commit b2dab52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Linker.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: PHPMailer-phpMussel linker (last modified: 2023.12.02).
11+
* This file: PHPMailer-phpMussel linker (last modified: 2024.08.02).
1212
*/
1313

1414
namespace phpMussel\PHPMailer;
@@ -249,7 +249,7 @@ public function __invoke(string $NotUsed, array $Data): bool
249249
$SuccessDetails
250250
) : $this->Loader->L10N->getString('response.Error') . ' - ' . $Mail->ErrorInfo) . "\n";
251251
} catch (\Exception $e) {
252-
/** An exeption occurred. Log the information. */
252+
/** An exception occurred. Log the information. */
253253
$EventLogData .= $this->Loader->L10N->getString('response.Error') . ' - ' . $e->getMessage() . "\n";
254254
}
255255

0 commit comments

Comments
 (0)