]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-search.c
Typsos
[notmuch] / notmuch-search.c
index 91266c35b2635152d6b439fd960f2c3c4a2d9ad8..f7f9e70c041d746df56a6bc0386bc06358a67765 100644 (file)
@@ -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;
     }