diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-08-08 13:49:55 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-09 21:14:36 -0300 |
| commit | 6c84dee53193a78cf797b44d3febcc14488ea6b1 (patch) | |
| tree | 7b723f3d15aa973c7e6277e0cc90f3851ae97f59 /tag-util.c | |
| parent | df3fab18fe70ea750f6f06da30291c67de7e74f2 (diff) | |
Fix typos
Diffstat (limited to 'tag-util.c')
| -rw-r--r-- | tag-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -323,7 +323,7 @@ tag_op_list_apply (notmuch_message_t *message, if (flags & TAG_FLAG_MAILDIR_SYNC) { status = notmuch_message_tags_to_maildir_flags (message); if (status) { - message_error (message, status, "synching tags to maildir"); + message_error (message, status, "syncing tags to maildir"); return status; } } |
