From: Peter Eisentraut Date: Tue, 20 Jun 2017 18:31:29 +0000 (-0400) Subject: Fix typo in code comment X-Git-Tag: REL_10_BETA2~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15c91568cfa4777892207a85000fdfd72b59b677;p=postgresql Fix typo in code comment Author: Masahiko Sawada --- diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index a7c9b9a46c..68fc12b50e 100644 --- a/src/backend/catalog/partition.c +++ b/src/backend/catalog/partition.c @@ -1200,7 +1200,7 @@ get_partition_operator(PartitionKey key, int col, StrategyNumber strategy, /* * If one doesn't exist, we must resort to using an operator in the same - * opreator family but with the operator class declared input type. It is + * operator family but with the operator class declared input type. It is * OK to do so, because the column's type is known to be binary-coercible * with the operator class input type (otherwise, the operator class in * question would not have been accepted as the partitioning operator