]> granicus.if.org Git - curl/commitdiff
imap: Fix typo in comment
authorDaniel Gustafsson <daniel@yesql.se>
Tue, 14 May 2019 10:38:09 +0000 (12:38 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Tue, 14 May 2019 10:38:23 +0000 (12:38 +0200)
lib/imap.c

index f1a94429c898f286dd6ea0960d146dcc4a61c726..ad20d9a4f24c899aed8493e2bf798d125b2bbff1 100644 (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 == '\\')