From bd72d95bac894b3611bb4467e10c9481af0456bf Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 6 Jan 2010 10:08:51 -0800 Subject: [PATCH] Fix typo in comment. The difference between "now" and "not" ends up being fairly dramatic. --- notmuch-new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notmuch-new.c b/notmuch-new.c index ab1d12a6..c15f6837 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -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); -- 2.43.0