From 21f1e15aafb13ab2430e831a3da7d4d4f525d1ce 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/bin/scripts/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/scripts/common.c') diff --git a/src/bin/scripts/common.c b/src/bin/scripts/common.c index c882123dd19..e85adfaf11e 100644 --- a/src/bin/scripts/common.c +++ b/src/bin/scripts/common.c @@ -378,7 +378,7 @@ ResetCancelConn(void) #ifndef WIN32 /* - * Handle interrupt signals by cancelling the current command, + * Handle interrupt signals by canceling the current command, * if it's being executed through executeMaintenanceCommand(), * and thus has a cancelConn set. */ -- cgit v1.2.3