From 5fb9e9de0bb05f1610bc88acdbfa85ca4a8625c7 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 11 Sep 2015 17:59:19 +0200 Subject: [PATCH] notices: fix a spelling error (but don't push it to the languages, as this requires refreshing the template and merging all the languages.) --- src/etc/inc/notices.smtp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"