X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=7810b68569f5eb47be8d54bca78aa5206e6cd741;hp=2d193aa8814aa0cb4aca79977dff2da8dbc59acd;hb=54982e520c3bee74e947e311ee5b1219396fa1a8;hpb=0c6ec8c5572755ec39ca92c43d3aa4e4aef3f81d diff --git a/notmuch.c b/notmuch.c index 2d193aa8..7810b685 100644 --- a/notmuch.c +++ b/notmuch.c @@ -26,7 +26,7 @@ * Notmuch subcommand hook. * * The return value will be used as notmuch exit status code, - * preferrably EXIT_SUCCESS or EXIT_FAILURE. + * preferably EXIT_SUCCESS or EXIT_FAILURE. */ typedef int (*command_function_t) (notmuch_config_t *config, int argc, char *argv[]);