X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-search.c;h=f7f9e70c041d746df56a6bc0386bc06358a67765;hb=2ce25b93a72b4a8d6daa5321f9ef7df0772a789f;hp=91266c35b2635152d6b439fd960f2c3c4a2d9ad8;hpb=835e3a6977d5d56fccb42f5a0e4f3e6a5eb0eaa5;p=obsolete%2Fnotmuch-old 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; }