From 63cfdb8dde7f25a095af03aa204580fea55c6c07 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 14 Jul 2016 22:48:26 -0400 Subject: Adjust spellings of forms of "cancel" --- src/backend/utils/time/tqual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/time/tqual.c') diff --git a/src/backend/utils/time/tqual.c b/src/backend/utils/time/tqual.c index a08dae10974..2960455d6e3 100644 --- a/src/backend/utils/time/tqual.c +++ b/src/backend/utils/time/tqual.c @@ -419,7 +419,7 @@ HeapTupleSatisfiesToast(HeapTuple htup, Snapshot snapshot, /* * An invalid Xmin can be left behind by a speculative insertion that - * is cancelled by super-deleting the tuple. We shouldn't see any of + * is canceled by super-deleting the tuple. We shouldn't see any of * those in TOAST tables, but better safe than sorry. */ else if (!TransactionIdIsValid(HeapTupleHeaderGetXmin(tuple))) -- cgit v1.2.3