]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database.cc
cli: change "setup" to "set up" where used as a verb
[notmuch] / lib / database.cc
index cffab62c895b3dd318855ae27445ad55488de97b..78a24f7e0a43fe6fc9787c0d28ad4947d26280f4 100644 (file)
@@ -1336,7 +1336,7 @@ notmuch_database_upgrade (notmuch_database_t *notmuch,
        return NOTMUCH_STATUS_SUCCESS;
 
     if (progress_notify) {
-       /* Setup our handler for SIGALRM */
+       /* Set up our handler for SIGALRM */
        memset (&action, 0, sizeof (struct sigaction));
        action.sa_handler = handle_sigalrm;
        sigemptyset (&action.sa_mask);