summaryrefslogtreecommitdiff
path: root/src/include/partitioning
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/partitioning')
-rw-r--r--src/include/partitioning/partprune.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/partitioning/partprune.h b/src/include/partitioning/partprune.h
index f68b6c9935a..2ae2fd16ede 100644
--- a/src/include/partitioning/partprune.h
+++ b/src/include/partitioning/partprune.h
@@ -40,7 +40,7 @@ typedef struct PartitionPruneContext
/*
* Can be set when the context is used from the executor to allow params
- * found matching the partition key to be evaulated.
+ * found matching the partition key to be evaluated.
*/
PlanState *planstate;