diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
commit | 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch) | |
tree | f0f7fa40b63a23b10e9d03ea47f97020565a66f6 /src/backend/parser/parse_collate.c | |
parent | 7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff) | |
download | postgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.tar.gz postgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.zip |
Lots of doc corrections.
Josh Kupershmidt
Diffstat (limited to 'src/backend/parser/parse_collate.c')
-rw-r--r-- | src/backend/parser/parse_collate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/parse_collate.c b/src/backend/parser/parse_collate.c index 9a722a74007..ba49f9fd597 100644 --- a/src/backend/parser/parse_collate.c +++ b/src/backend/parser/parse_collate.c @@ -49,7 +49,7 @@ /* * Collation strength (the SQL standard calls this "derivation"). Order is * chosen to allow comparisons to work usefully. Note: the standard doesn't - * seem to distingish between NONE and CONFLICT. + * seem to distinguish between NONE and CONFLICT. */ typedef enum { |