aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-search.c
diff options
context:
space:
mode:
authorGravatar Ingmar Vanhassel <ingmar@exherbo.org>2009-11-18 00:23:42 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-18 03:21:36 -0800
commit2ce25b93a72b4a8d6daa5321f9ef7df0772a789f (patch)
tree679ac340f4df209f835f244c81df1b6c9483f8eb /notmuch-search.c
parent835e3a6977d5d56fccb42f5a0e4f3e6a5eb0eaa5 (diff)
Typsos
Diffstat (limited to 'notmuch-search.c')
-rw-r--r--notmuch-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-search.c b/notmuch-search.c
index 91266c35..f7f9e70c 100644
--- a/notmuch-search.c
+++ b/notmuch-search.c
@@ -135,7 +135,7 @@ notmuch_search_command (void *ctx, int argc, char *argv[])
query_str = query_string_from_args (ctx, argc, argv);
if (query_str == NULL) {
- fprintf (stderr, "Out of moemory.\n");
+ fprintf (stderr, "Out of memory.\n");
return 1;
}