aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-new.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-01-06 10:08:51 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-01-06 10:32:06 -0800
commitbd72d95bac894b3611bb4467e10c9481af0456bf (patch)
tree9c8c75dbe887e6c4436cc08c83f0aa23e58bd34f /notmuch-new.c
parent9d4d7963a155d07f71f1f8f95031225cb9a5b705 (diff)
Fix typo in comment.
The difference between "now" and "not" ends up being fairly dramatic.
Diffstat (limited to 'notmuch-new.c')
-rw-r--r--notmuch-new.c2
1 files changed, 1 insertions, 1 deletions
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);