Commit bd91e7f3 authored by Daniel Gustafsson's avatar Daniel Gustafsson
Browse files

imap: Fix typo in comment

parent b5d1de8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 == '\\')