X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-insert.c;fp=notmuch-insert.c;h=41a11443ef8f6d0ef5c7d84d68791ac32a32e62c;hp=90fe3bad2bfb7291d3d81e6deafb50e6b62d913e;hb=d08af93c65310c2d5ec8033040854f8ff4e5550f;hpb=1896ad97145ae27b2d5619b973d75afb774ca5b1 diff --git a/notmuch-insert.c b/notmuch-insert.c index 90fe3bad..41a11443 100644 --- a/notmuch-insert.c +++ b/notmuch-insert.c @@ -521,7 +521,7 @@ notmuch_insert_command (notmuch_config_t *config, int argc, char *argv[]) return EXIT_FAILURE; } - /* Setup our handler for SIGINT. We do not set SA_RESTART so that copying + /* Set up our handler for SIGINT. We do not set SA_RESTART so that copying * from standard input may be interrupted. */ memset (&action, 0, sizeof (struct sigaction)); action.sa_handler = handle_sigint;