From 0775b17fe3a291f30e1c60c3b54ee56400808f90 Mon Sep 17 00:00:00 2001 From: nehresma Date: Fri, 26 May 2000 19:34:41 +0000 Subject: [PATCH] spelling fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@512 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/smtp.php b/functions/smtp.php index 5fa020de..a002d658 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -242,7 +242,7 @@ pclose($fp); - return ($headerlength + $bodylenght); + return ($headerlength + $bodylength); } function smtpReadData($smtpConnection) { -- 2.25.1