]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-new.c
Fix typo in comment.
[notmuch] / notmuch-new.c
index ab1d12a6fd7dd8ea1a800fc30c4686c096ba62fe..c15f6837218e21881df8b42e9bb4055afd0285a4 100644 (file)
@@ -344,7 +344,7 @@ add_files_recursive (notmuch_database_t *notmuch,
            continue;
        }
 
-       /* We're not looking at a regular file that doesn't yet exist
+       /* We're now looking at a regular file that doesn't yet exist
         * in the database, so add it. */
        next = talloc_asprintf (notmuch, "%s/%s", path, entry->d_name);