]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-new.c
notmuch.h: Fix a couple of typos in the documentation.
[notmuch] / notmuch-new.c
index 124d38dc96395613a2316a2e12cbf048a8bd78ff..f25c71f3450f686eae1c50b9d4ed8f9cf55c6959 100644 (file)
@@ -282,7 +282,7 @@ add_files_recursive (notmuch_database_t *notmuch,
         * recursion). */
        if (entry->d_type != DT_DIR &&
            entry->d_type != DT_LNK &&
-           entry->d_type != DT_UKNOWN)
+           entry->d_type != DT_UNKNOWN)
        {
            continue;
        }