summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2019-05-14 12:38:09 +0200
committerDaniel Gustafsson <daniel@yesql.se>2019-05-14 12:38:23 +0200
commitbd91e7f340646c7ba695d44f94c80f6fe66e79df (patch)
tree37dfe616d4cbb9f502218e9d39ed286796a1eab2
parentb5d1de8e217d705ecf3b7e5caa3bcf1346fef295 (diff)
downloadcurl-bd91e7f340646c7ba695d44f94c80f6fe66e79df.tar.gz
imap: Fix typo in comment
-rw-r--r--lib/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c
index f1a94429c..ad20d9a4f 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -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 == '\\')