X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-new.c;h=0fa2a3cb72ebcda4a3de4131d3106a0fa4a96704;hb=86e0baeb6df5509393832488c0de3520a1a5bdcb;hp=744f4ca3396310f6c3ed41e814d654cd64f278f8;hpb=2f3a76c569e5efad54520613315c0d29512ce69c;p=notmuch diff --git a/notmuch-new.c b/notmuch-new.c index 744f4ca3..0fa2a3cb 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -373,7 +373,7 @@ add_files_recursive (notmuch_database_t *notmuch, /* If we're looking at a symlink, we only want to add it if it * links to a regular file, (and not to a directory, say). * - * Similarly, if the file is of unknown type (due to filesytem + * Similarly, if the file is of unknown type (due to filesystem * limitations), then we also need to look closer. * * In either case, a stat does the trick.