From 31ba62ce32940146b6c818e9bf30b2555797c43d Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 22 Oct 2015 14:51:49 -0400 Subject: Fix typos in comments. CharSyam --- src/backend/parser/parse_utilcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/parser/parse_utilcmd.c') diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c index 14384d58dbe..344a40cf58e 100644 --- a/src/backend/parser/parse_utilcmd.c +++ b/src/backend/parser/parse_utilcmd.c @@ -282,7 +282,7 @@ transformCreateStmt(CreateStmt *stmt, const char *queryString) if (like_found) { /* - * To match INHERITS, the existance of any LIKE table with OIDs + * To match INHERITS, the existence of any LIKE table with OIDs * causes the new table to have oids. For the same reason, * WITH/WITHOUT OIDs is also ignored with LIKE. We prepend * because the first oid option list entry is honored. Our -- cgit v1.2.3