aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/commands/trigger.c')
-rw-r--r--src/backend/commands/trigger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c
index 3309b4ebd2d..84494c4b81f 100644
--- a/src/backend/commands/trigger.c
+++ b/src/backend/commands/trigger.c
@@ -2784,8 +2784,8 @@ ExecARDeleteTriggers(EState *estate,
(transition_capture && transition_capture->tcs_delete_old_table))
{
/*
- * Put the FDW old tuple to the slot. Otherwise, caller is expected
- * to have old tuple alredy fetched to the slot.
+ * Put the FDW old tuple to the slot. Otherwise, the caller is
+ * expected to have an old tuple already fetched to the slot.
*/
if (fdw_trigtuple != NULL)
ExecForceStoreHeapTuple(fdw_trigtuple, slot, false);