commit 24400fed666e60fffd4b64ade627b8e6b1c9ca38 Author: Jordi Mallach Date: Tue Sep 14 13:31:26 2010 +0200 Fix spelling of "message". Signed-Off-By: Jordi Mallach diff --git a/imap4d/select.c b/imap4d/select.c index dcf3fe0..a7cd720 100644 --- a/imap4d/select.c +++ b/imap4d/select.c @@ -113,7 +113,7 @@ imap4d_select_status () util_out (RESP_OK, "[UIDNEXT %lu] Predicted next uid", (unsigned long) uidnext); if (unseen) - util_out (RESP_OK, "[UNSEEN %lu] first unseen messsage ", + util_out (RESP_OK, "[UNSEEN %lu] first unseen message ", (unsigned long) unseen); util_out (RESP_NONE, "FLAGS (%s)", mflags); /* FIXME: