updated authors file
[squirrelmail.git] / functions / smtp.php
index 5fa020dec2fed30e506ca08ae467e813a0724665..a002d65834e8f26b095433bf801984ed2573cbcd 100644 (file)
 
       pclose($fp);
 
-      return ($headerlength + $bodylenght);
+      return ($headerlength + $bodylength);
    }
 
    function smtpReadData($smtpConnection) {