]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-insert.c
cli: change "setup" to "set up" where used as a verb
[notmuch] / notmuch-insert.c
index 90fe3bad2bfb7291d3d81e6deafb50e6b62d913e..41a11443ef8f6d0ef5c7d84d68791ac32a32e62c 100644 (file)
@@ -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;