]> git.notmuchmail.org Git - notmuch/blobdiff - tag-util.c
Fix typos
[notmuch] / tag-util.c
index 1837b1aeafa347cfe6840ec70add6426d3a8f3f1..accf299e0fedbe25e317c47be7aa6e09548a5a1b 100644 (file)
@@ -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;
        }
     }