]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-tag.c
cli: change "setup" to "set up" where used as a verb
[notmuch] / notmuch-tag.c
index 5b2f1e48d6a7ce7d19bae37f9838ad040cbf2642..2c6e442aa93903f29b3792b73e0f24afab612677 100644 (file)
@@ -195,7 +195,7 @@ notmuch_tag_command (notmuch_config_t *config, int argc, char *argv[])
     int opt_index;
     int ret;
 
-    /* Setup our handler for SIGINT */
+    /* Set up our handler for SIGINT */
     memset (&action, 0, sizeof (struct sigaction));
     action.sa_handler = handle_sigint;
     sigemptyset (&action.sa_mask);