imap: Fix typo in comment

This commit is contained in:
Daniel Gustafsson 2019-05-14 12:38:09 +02:00
parent b5d1de8e21
commit bd91e7f340
1 changed files with 1 additions and 1 deletions

View File

@ -1795,7 +1795,7 @@ static char *imap_atom(const char *str, bool escape_only)
return NULL;
/* Look for "atom-specials", counting the backslash and quote characters as
these will need escapping */
these will need escaping */
p1 = str;
while(*p1) {
if(*p1 == '\\')