diff --git a/src/etc/inc/notices.smtp.inc b/src/etc/inc/notices.smtp.inc index 1ec3505a4..fa95f6eee 100644 --- a/src/etc/inc/notices.smtp.inc +++ b/src/etc/inc/notices.smtp.inc @@ -95,7 +95,7 @@ class smtp_class { if(feof($this->connection)) { - $this->error=gettext("reached the end of data while reading from the SMTP server conection"); + $this->error=gettext("reached the end of data while reading from the SMTP server connection"); return(""); } if(GetType($data=@fgets($this->connection,100))!="string"