From 2a931efb76facac47b499afb64b05ab33ededc10 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Mon, 6 Feb 2017 11:33:58 +0200 Subject: Fix typos in comments. Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/CACZqfqCf+5qRztLPgmmosr-B0Ye4srWzzw_mo4c_8_B_mtjmJQ@mail.gmail.com --- contrib/spi/refint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/spi/refint.c') diff --git a/contrib/spi/refint.c b/contrib/spi/refint.c index 8dc565a1907..a2ffa7da061 100644 --- a/contrib/spi/refint.c +++ b/contrib/spi/refint.c @@ -93,7 +93,7 @@ check_primary_key(PG_FUNCTION_ARGS) /* internal error */ elog(ERROR, "check_primary_key: cannot process DELETE events"); - /* If UPDATion the must check new Tuple, not old one */ + /* If UPDATE, then must check new Tuple, not old one */ else tuple = trigdata->tg_newtuple; -- cgit v1.2.3