aboutsummaryrefslogtreecommitdiff
path: root/tag-util.c
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-08-08 13:49:55 +0200
committerDavid Bremner <david@tethera.net>2020-08-09 21:14:36 -0300
commit6c84dee53193a78cf797b44d3febcc14488ea6b1 (patch)
tree7b723f3d15aa973c7e6277e0cc90f3851ae97f59 /tag-util.c
parentdf3fab18fe70ea750f6f06da30291c67de7e74f2 (diff)
Fix typos
Diffstat (limited to 'tag-util.c')
-rw-r--r--tag-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-util.c b/tag-util.c
index 1837b1ae..accf299e 100644
--- a/tag-util.c
+++ b/tag-util.c
@@ -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;
}
}