mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Fix typo in comment.
The difference between "now" and "not" ends up being fairly dramatic.
This commit is contained in:
parent
9d4d7963a1
commit
bd72d95bac
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue