From: Carl Worth Date: Wed, 6 Jan 2010 18:08:51 +0000 (-0800) Subject: Fix typo in comment. X-Git-Tag: 0.1~164 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=bd72d95bac894b3611bb4467e10c9481af0456bf;ds=sidebyside Fix typo in comment. The difference between "now" and "not" ends up being fairly dramatic. --- 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);