From 40a12618ea2ba877b38352f8c53b4e3862b7fb5c Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Sun, 29 Aug 2021 19:41:57 +0200 Subject: [PATCH] Garbage removal! --- src/PHPMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 5b6dcfad..66e591e9 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -2196,7 +2196,7 @@ class PHPMailer * @param string $langcode ISO 639-1 2-character language code (e.g. French is "fr") * Optionally, the language code can be enhanced with a 4-character * script annotation and/or a 2-character country annotation. - * @param string $lang_path Path to the language file directory, with trailing separator (slash).D + * @param string $lang_path Path to the language file directory, with trailing separator (slash) * Do not set this from user input! * * @return bool Returns true if the requested language was loaded, false otherwise.