mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
notices: fix a spelling error
(but don't push it to the languages, as this requires refreshing the template and merging all the languages.)
This commit is contained in:
parent
7b10a14502
commit
5fb9e9de0b
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user