typo in diagnostic output
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment