mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
imap: Corrected typo in comment
This commit is contained in:
parent
0840f01e99
commit
69eca5c252
@ -403,7 +403,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case IMAP_SELECT:
|
case IMAP_SELECT:
|
||||||
/* SELECT is special in that its untagged responses does not have a
|
/* SELECT is special in that its untagged responses do not have a
|
||||||
common prefix so accept anything! */
|
common prefix so accept anything! */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user