From 53e14817a7de9262d61981a86eb65fb2675f0e92 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Tue, 13 Dec 2016 17:40:20 +0200 Subject: Fix spelling errors --- imap4d/uid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap4d/uid.c') diff --git a/imap4d/uid.c b/imap4d/uid.c index 97f8088c2..bc5d7b589 100644 --- a/imap4d/uid.c +++ b/imap4d/uid.c @@ -49,7 +49,7 @@ imap4d_uid (struct imap4d_session *session, rc = imap4d_search0 (tok, 1, &err_text); else { - err_text = "Uknown uid command"; + err_text = "Unknown uid command"; rc = RESP_BAD; } return io_completion_response (command, rc, "%s %s", cmd, err_text); -- cgit v1.2.1