diff options
-rw-r--r-- | core/libraries/Sendmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libraries/Sendmail.php b/core/libraries/Sendmail.php index 4e5134ba..88b74255 100644 --- a/core/libraries/Sendmail.php +++ b/core/libraries/Sendmail.php @@ -26,7 +26,7 @@ class Sendmail_Core { protected $header_separator = "\r\n"; /** - * Return an instance of a Menu_Element + * Return an instance of Sendmail * @chainable */ static function factory() { |