From: Aki Tuomi Date: Tue, 20 Sep 2016 15:51:18 +0000 (+0300) Subject: imap-proxy: Fix typo in comment X-Git-Tag: 2.3.0.rc1~2998 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c24150b68efb24c12e95ec101f382d5c40cd15c9;p=thirdparty%2Fdovecot%2Fcore.git imap-proxy: Fix typo in comment --- diff --git a/src/imap-login/imap-proxy.c b/src/imap-login/imap-proxy.c index a3e0cafc7e..ab9380c839 100644 --- a/src/imap-login/imap-proxy.c +++ b/src/imap-login/imap-proxy.c @@ -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 {