Browse Source

spelling fix

nehresma 25 năm trước cách đây
mục cha
commit
40f15816b8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -242,7 +242,7 @@
 
       pclose($fp);
 
-      return ($headerlength + $bodylenght);
+      return ($headerlength + $bodylength);
    }
 
    function smtpReadData($smtpConnection) {