From 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 23 Apr 2012 22:43:09 -0400 Subject: Lots of doc corrections. Josh Kupershmidt --- src/backend/parser/gram.y | 2 +- src/backend/parser/parse_collate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/parser') diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y index a289d4bd148..154854f140b 100644 --- a/src/backend/parser/gram.y +++ b/src/backend/parser/gram.y @@ -9631,7 +9631,7 @@ SimpleTypename: * makes no sense for constructs like CHAR 'hi' and BIT '0101', * where there is an obvious better choice to make. * Note that ConstInterval is not included here since it must - * be pushed up higher in the rules to accomodate the postfix + * be pushed up higher in the rules to accommodate the postfix * options (e.g. INTERVAL '1' YEAR). Likewise, we have to handle * the generic-type-name case in AExprConst to avoid premature * reduce/reduce conflicts against function names. 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 { -- cgit v1.2.3