X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=tag-util.c;h=accf299e0fedbe25e317c47be7aa6e09548a5a1b;hp=1837b1aeafa347cfe6840ec70add6426d3a8f3f1;hb=f25e48e0234a050cab38306a066605a0f8bd3d12;hpb=0f314c0c99befea599a68bea51d759b4133efef6 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; } }