diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-01-02 10:32:38 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-01-04 20:35:58 -0400 |
| commit | 54982e520c3bee74e947e311ee5b1219396fa1a8 (patch) | |
| tree | cb9d6680c54a5425930a7c3a9dfc79800dc7982c /notmuch.c | |
| parent | 0c6ec8c5572755ec39ca92c43d3aa4e4aef3f81d (diff) | |
fix typos
Diffstat (limited to 'notmuch.c')
| -rw-r--r-- | notmuch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[]); |
