summaryrefslogtreecommitdiff
path: root/src/janitor.c
diff options
context:
space:
mode:
authorEuler Taveira de Oliveira2013-12-18 23:38:33 +0000
committerEuler Taveira de Oliveira2013-12-18 23:38:33 +0000
commit912c095f7b9ee1b3fe0476193cbdda2e985b83ab (patch)
treec1b7e7352ca5f6bd652aa35d079ec5399ca1920c /src/janitor.c
parent0e52816c382af12bf57b5578c7c3272ec85e4d23 (diff)
Fix a bunch of typos.
Diffstat (limited to 'src/janitor.c')
-rw-r--r--src/janitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/janitor.c b/src/janitor.c
index 167a62e..c6c47fd 100644
--- a/src/janitor.c
+++ b/src/janitor.c
@@ -235,7 +235,7 @@ static int per_loop_suspend(PgPool *pool, bool force_suspend)
active += suspend_socket_list(&pool->active_client_list, force_suspend);
- /* this list is unsuspendable, but still need force_suspend and counting */
+ /* this list is not suspendable, but still need force_suspend and counting */
active += suspend_socket_list(&pool->waiting_client_list, force_suspend);
if (active)
per_loop_activate(pool);
@@ -598,7 +598,7 @@ skip_maint:
safe_evtimer_add(&full_maint_ev, &full_maint_period);
}
-/* first-time initializtion */
+/* first-time initialization */
void janitor_setup(void)
{
/* launch maintenance */