diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-06 22:10:08 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-06 22:10:08 +0000 |
commit | 8a738ed241d2c3d970f28883f8a0cc5e68ea7ad0 (patch) | |
tree | cd615791bd1d93828e7f00fd228d02b133a29520 | |
parent | 4e107dac41f58d3ed6064809d8ee461ea8592e2c (diff) |
Correct comment on factory
-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() { |