From: Aki Tuomi Date: Wed, 1 Nov 2017 17:09:04 +0000 (+0200) Subject: imap: Fix spelling mistakes X-Git-Tag: 2.3.0.rc1~610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31281f7ff3c17c3971de99cee666bb1c19f85627;p=thirdparty%2Fdovecot%2Fcore.git imap: Fix spelling mistakes Original work by @jsoref --- diff --git a/src/imap/cmd-urlfetch.c b/src/imap/cmd-urlfetch.c index 5fc212796d..f51f22fe46 100644 --- a/src/imap/cmd-urlfetch.c +++ b/src/imap/cmd-urlfetch.c @@ -172,7 +172,7 @@ static bool cmd_urlfetch_continue(struct client_command_context *cmd) return TRUE; } -static int cmd_urlfetch_url_sucess(struct client_command_context *cmd, +static int cmd_urlfetch_url_success(struct client_command_context *cmd, struct imap_urlauth_fetch_reply *reply) { struct cmd_urlfetch_context *ctx = cmd->context; @@ -266,7 +266,7 @@ cmd_urlfetch_url_callback(struct imap_urlauth_fetch_reply *reply, ret = -1; } else if (reply->succeeded) { /* URL fetch succeeded */ - ret = cmd_urlfetch_url_sucess(cmd, reply); + ret = cmd_urlfetch_url_success(cmd, reply); } else { /* URL fetch failed */ string_t *response = t_str_new(128);