Commit 5fb9e9de authored by Franco Fichtner's avatar Franco Fichtner

notices: fix a spelling error

(but don't push it to the languages, as this requires refreshing
the template and merging all the languages.)
parent 7b10a145
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment