From 52ae1365a83894952573e58b9af4afb6008c23c2 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 6 Jul 2009 09:13:10 +0000 Subject: - Show SMTP errors in browser (#1485927) git-svn-id: https://svn.roundcube.net/trunk@2713 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/Net/SMTP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/lib/Net/SMTP.php') diff --git a/roundcubemail/program/lib/Net/SMTP.php b/roundcubemail/program/lib/Net/SMTP.php index 550383eef..1248a327b 100644 --- a/roundcubemail/program/lib/Net/SMTP.php +++ b/roundcubemail/program/lib/Net/SMTP.php @@ -856,7 +856,7 @@ class Net_SMTP if (isset($this->_esmtp['SIZE']) && ($this->_esmtp['SIZE'] > 0)) { if (strlen($data) >= $this->_esmtp['SIZE']) { $this->disconnect(); - return PEAR::raiseError('Message size excedes the server limit'); + return PEAR::raiseError('Message size exceedes the server limit'); } } -- cgit v1.2.3