Skip to content

Commit

Permalink
imap-proxy: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Sep 20, 2016
1 parent abd4203 commit c24150b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imap-login/imap-proxy.c
Expand Up @@ -396,7 +396,7 @@ int imap_proxy_parse_line(struct client *client, const char *line)
/* Reply to ID command we sent, ignore it */
return 0;
} else if (strncmp(line, "* ", 2) == 0) {
/* untagged reply. just foward it. */
/* untagged reply. just forward it. */
client_send_raw(client, t_strconcat(line, "\r\n", NULL));
return 0;
} else {
Expand Down

0 comments on commit c24150b

Please sign in to comment.