aboutsummaryrefslogtreecommitdiff
path: root/notmuch-new.c
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2011-06-23 21:54:50 -0300
committerDavid Bremner <bremner@debian.org>2011-06-23 21:54:50 -0300
commit68a2c7a8b0f749cb33a8ce7cfa2aa7781d2529bb (patch)
tree321c591bd62e32d315ae6430958b416c54620c75 /notmuch-new.c
parentd6f05fde23c7d4180a69176a685022fb81a293cf (diff)
parent8bf0c1c3deb49d54e86c04826a05f0217a81cf47 (diff)
Merge remote-tracking branch 'origin/master'
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 744f4ca..0fa2a3c 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.