From 2ce25b93a72b4a8d6daa5321f9ef7df0772a789f Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Wed, 18 Nov 2009 00:23:42 +0100 Subject: Typsos --- notmuch-new.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notmuch-new.c') diff --git a/notmuch-new.c b/notmuch-new.c index 83a05ba..5405a9f 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -303,7 +303,7 @@ add_files (notmuch_database_t *notmuch, /* XXX: This should be merged with the add_files function since it * shares a lot of logic with it. */ -/* Recursively count all regular files in path and all sub-direcotries +/* Recursively count all regular files in path and all sub-directories * of path. The result is added to *count (which should be * initialized to zero by the top-level caller before calling * count_files). */ @@ -469,7 +469,7 @@ notmuch_new_command (void *ctx, if (elapsed > 1 && ! add_files_state.saw_read_only_directory) { printf ("\nTip: If you have any sub-directories that are archives (that is,\n" - "they will never receive new mail), marking these directores as\n" + "they will never receive new mail), marking these directories as\n" "read-only (chmod u-w /path/to/dir) will make \"notmuch new\"\n" "much more efficient (it won't even look in those directories).\n"); } -- cgit v1.2.3