From 6b23ba1093d298a41463a24f091c6f86be406449 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 29 Jun 2011 09:26:14 +0300 Subject: Unify spelling of "canceled", "canceling", "cancellation" We had previously (af26857a2775e7ceb0916155e931008c2116632f) established the U.S. spellings as standard. --- src/backend/storage/lmgr/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/storage/lmgr/proc.c') diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c index 8c399ec1684..44399d822c6 100644 --- a/src/backend/storage/lmgr/proc.c +++ b/src/backend/storage/lmgr/proc.c @@ -1333,7 +1333,7 @@ CheckDeadLock(void) * the lock. * * If blocked by autovacuum, this wakeup will enable ProcSleep to send - * the cancelling signal to the autovacuum worker. + * the canceling signal to the autovacuum worker. */ PGSemaphoreUnlock(&MyProc->sem); } -- cgit v1.2.3