Commit 69eca5c2 authored by Steve Holme's avatar Steve Holme
Browse files

imap: Corrected typo in comment

parent 0840f01e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
        break;

      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! */
        break;