Skip to content
Snippets Groups Projects
Commit 5fcb2398 authored by Niels Möller's avatar Niels Möller
Browse files

Fixed error an message, s/news/mail/.

Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.3
parent acdcbc36
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class client
if(!connect(server,25))
{
throw(({"Failed to connect to news server.\n",backtrace()}));
throw(({"Failed to connect to mail server.\n",backtrace()}));
}
if(readreturncode()/100 != 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment