Fix typo in comment.
authorEtsuro Fujita <efujita@postgresql.org>
Fri, 28 Jan 2022 06:45:00 +0000 (15:45 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Fri, 28 Jan 2022 06:45:00 +0000 (15:45 +0900)
src/backend/executor/nodeForeignscan.c

index c22d0e765172348dac1b5fc94eaf82f53bf410b3..847e41856cd61192ee50743338c9f5754fc6b999 100644 (file)
@@ -238,7 +238,7 @@ ExecInitForeignScan(ForeignScan *node, EState *estate, int eflags)
         * see ExecInitModifyTable.
         *
         * Don't try to look up the ResultRelInfo when EvalPlanQual is active,
-        * though.  Direct modififications cannot be re-evaluated as part of
+        * though.  Direct modifications cannot be re-evaluated as part of
         * EvalPlanQual.  The lookup wouldn't work anyway because during
         * EvalPlanQual processing, EvalPlanQual only initializes the subtree
         * under the ModifyTable, and doesn't run ExecInitModifyTable.