aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJ. Lewis Muir <jlmuir@imca-cat.org>2015-05-27 12:53:52 -0500
committerDavid Bremner <david@tethera.net>2015-05-31 19:14:42 +0200
commitd08af93c65310c2d5ec8033040854f8ff4e5550f (patch)
tree818fa54ebabc64054305dd03ac7199ebe21dd535 /lib
parent1896ad97145ae27b2d5619b973d75afb774ca5b1 (diff)
cli: change "setup" to "set up" where used as a verb
The word "setup" is a noun, not a verb. Change occurrences of "setup" where used as a verb to "set up".
Diffstat (limited to 'lib')
-rw-r--r--lib/database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/database.cc b/lib/database.cc
index cffab62c..78a24f7e 100644
--- a/lib/database.cc
+++ b/lib/database.cc
@@ -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);