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 authored and sirainen committed Sep 21, 2016
1 parent 4b7ae2a commit 24068f9
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 24068f9

Please sign in to comment.