]> git.notmuchmail.org Git - notmuch/commitdiff
Fix typo in comment.
authorCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:08:51 +0000 (10:08 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:32:06 +0000 (10:32 -0800)
The difference between "now" and "not" ends up being fairly dramatic.

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);