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/bin/psql/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/psql/common.c') diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index b57da05345f..256c1c2c2af 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -194,7 +194,7 @@ NoticeProcessor(void *arg, const char *message) * so. We use write() to report to stderr because it's better to use simple * facilities in a signal handler. * - * On win32, the signal cancelling happens on a separate thread, because + * On win32, the signal canceling happens on a separate thread, because * that's how SetConsoleCtrlHandler works. The PQcancel function is safe * for this (unlike PQrequestCancel). However, a CRITICAL_SECTION is required * to protect the PGcancel structure against being changed while the signal -- cgit v1.2.3