From 11e428bca3d4a96396907c79f058fbe443587c2a Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 23 May 2013 01:02:07 +0530 Subject: [PATCH] Fix docblock --- lib/Cake/Network/Email/CakeEmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Network/Email/CakeEmail.php b/lib/Cake/Network/Email/CakeEmail.php index 82e4463b3..4eac56793 100644 --- a/lib/Cake/Network/Email/CakeEmail.php +++ b/lib/Cake/Network/Email/CakeEmail.php @@ -1166,7 +1166,7 @@ class CakeEmail { } /** - * Reset all EmailComponent internal variables to be able to send out a new email. + * Reset all CakeEmail internal variables to be able to send out a new email. * * @return CakeEmail $this */