Commit 36067006 36067006d4faa08ef0bf61a58e7c2f2c456483f7 by Sergey Poznyakoff

typo in diagnostic output

1 parent de53096a
......@@ -32,7 +32,7 @@ imap4d_bye (int reason)
switch (reason)
{
case ERR_NO_MEM:
util_out (RESP_BYE, "Server terminating no more ressources.");
util_out (RESP_BYE, "Server terminating no more resources.");
syslog (LOG_ERR, "Out of memory");
break;
......