Commit 04ba133b 04ba133bd41d844aa25fcf13b6091eb6e35a6ff3 by Sergey Poznyakoff

Fix typo

1 parent ced56434
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 * TODO: Update. 4 * TODO: Update.
5 * imap4d/fetch.c: Prevent coredumps on inexpected end of statement 5 * imap4d/fetch.c: Prevent coredumps on inexpected end of statement
6 (e.g. `FETCH 1:* (uid') 6 (e.g. `FETCH 1:* (uid')
7 * imap4d/imap4d.h (imap4d_select0): Update protottype. 7 * imap4d/imap4d.h (imap4d_select0): Update prototype.
8 * imap4d/select.c (imap4d_select0): Do not advertise actual 8 * imap4d/select.c (imap4d_select0): Do not advertise actual
9 mailbox name with a NO response. 9 mailbox name with a NO response.
10 Return to authenticated state on failure. 10 Return to authenticated state on failure.
......