Commit 36067006 36067006d4faa08ef0bf61a58e7c2f2c456483f7 by Sergey Poznyakoff

typo in diagnostic output

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