summaryrefslogtreecommitdiff
path: root/src/backend/utils/time/tqual.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-07-14 22:48:26 -0400
committerPeter Eisentraut <peter_e@gmx.net>2016-07-14 22:48:26 -0400
commit63cfdb8dde7f25a095af03aa204580fea55c6c07 (patch)
treea2c2a7a210f6294beec1ff5cefc3863b743252ff /src/backend/utils/time/tqual.c
parent3aed52a622b1c83abc45c6a7c0ef6dbb9adaa7e1 (diff)
Adjust spellings of forms of "cancel"
Diffstat (limited to 'src/backend/utils/time/tqual.c')
-rw-r--r--src/backend/utils/time/tqual.c2
1 files changed, 1 insertions, 1 deletions
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)))