spell check

This commit is contained in:
Miles Lott 2004-01-07 09:17:15 +00:00
parent 26ef5d0726
commit 2808518560

View File

@ -150,7 +150,7 @@
if(!$this->socket)
{
return $this->set_error('521','socket does not exist',
'The required socked does not exist. The settings for your mail server may be wrong.');
'The required socket does not exist. The settings for your mail server may be wrong.');
}
if(!$this->write_port($str))
{
@ -181,7 +181,7 @@
}
}
// return contents of a web url as an array or false if timeout
// return contents of a web url as an array (or string) or false if timeout
function gethttpsocketfile($file,$user='',$passwd='',$string=False)
{
$server = str_replace('http://','',$file);