From: Aki Tuomi Date: Wed, 1 Nov 2017 17:09:28 +0000 (+0200) Subject: plugin-fts: Fix spelling mistakes X-Git-Tag: 2.3.0.rc1~608 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21bd3573f06cec26de53487cbbdf84d1e328a47d;p=thirdparty%2Fdovecot%2Fcore.git plugin-fts: Fix spelling mistakes Original work by @jsoref --- diff --git a/src/plugins/fts/fts-expunge-log.c b/src/plugins/fts/fts-expunge-log.c index 35854901ce..07d78eae20 100644 --- a/src/plugins/fts/fts-expunge-log.c +++ b/src/plugins/fts/fts-expunge-log.c @@ -352,7 +352,7 @@ fts_expunge_log_write(struct fts_expunge_log_append_ctx *ctx) return ret; } -static int fts_expunge_log_append_finalise(struct fts_expunge_log_append_ctx **_ctx, +static int fts_expunge_log_append_finalize(struct fts_expunge_log_append_ctx **_ctx, bool commit) { struct fts_expunge_log_append_ctx *ctx = *_ctx; @@ -382,12 +382,12 @@ int fts_expunge_log_uid_count(struct fts_expunge_log *log, int fts_expunge_log_append_commit(struct fts_expunge_log_append_ctx **_ctx) { - return fts_expunge_log_append_finalise(_ctx, TRUE); + return fts_expunge_log_append_finalize(_ctx, TRUE); } int fts_expunge_log_append_abort(struct fts_expunge_log_append_ctx **_ctx) { - return fts_expunge_log_append_finalise(_ctx, FALSE); + return fts_expunge_log_append_finalize(_ctx, FALSE); } struct fts_expunge_log_read_ctx *