From: Magnus Hagander Date: Thu, 22 Jun 2017 13:37:30 +0000 (+0200) Subject: Fix typo in comment X-Git-Tag: REL_10_BETA2~91 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f0415a30e0bd56c9badecf097e8568ec1b3e3b0e;p=postgresql.git Fix typo in comment Author: Masahiko Sawada --- diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index 9e99cd5d807..af07cd06aa8 100644 --- a/src/backend/catalog/partition.c +++ b/src/backend/catalog/partition.c @@ -573,7 +573,7 @@ RelationBuildPartitionDesc(Relation rel) /* * Now assign OIDs from the original array into mapped indexes of the * result array. Order of OIDs in the former is defined by the - * catalog scan that retrived them, whereas that in the latter is + * catalog scan that retrieved them, whereas that in the latter is * defined by canonicalized representation of the list values or the * range bounds. */