index 7214666e108da74795ad0f762177868242759007..d77c2a70e4160e5cd1910085cd22133a1197a9f5 100644 (file)
@@ -4251,7 +4251,7 @@ foreign_join_ok(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype,
break;
default:
- /* Should not happen, we have just check this above */
+ /* Should not happen, we have just checked this above */
elog(ERROR, "unsupported join type %d", jointype);
}