aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-new.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-01-23 22:45:23 +1300
committerGravatar Carl Worth <cworth@cworth.org>2010-01-23 22:45:23 +1300
commitc25bc03dc60846090d230cdad21e39faccce35ff (patch)
tree3848c7c779413c41c8b405234ead92a0cc8c9a92 /notmuch-new.c
parent184625ac9b4a336bafc94bd7409ae176917d5050 (diff)
Fix misspelling of DT_UNKNOWN.
How foolish of me to advertise the fact that I pushed a commit without compiling it first...
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 124d38dc..f25c71f3 100644
--- a/notmuch-new.c
+++ b/notmuch-new.c
@@ -282,7 +282,7 @@ add_files_recursive (notmuch_database_t *notmuch,
* recursion). */
if (entry->d_type != DT_DIR &&
entry->d_type != DT_LNK &&
- entry->d_type != DT_UKNOWN)
+ entry->d_type != DT_UNKNOWN)
{
continue;
}