From 45edde037efc6ec76714e0be7309b348fe34351e Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 11 May 2022 15:38:55 +0900 Subject: Fix typos and grammar in code and test comments This fixes the grammar of some comments in a couple of tests (SQL and TAP), and in some C files. Author: Justin Pryzby Discussion: https://postgr.es/m/20220511020334.GH19626@telsasoft.com --- src/backend/parser/parse_expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/parser/parse_expr.c') diff --git a/src/backend/parser/parse_expr.c b/src/backend/parser/parse_expr.c index 33eb19a33fc..c1f194cc5b0 100644 --- a/src/backend/parser/parse_expr.c +++ b/src/backend/parser/parse_expr.c @@ -4536,7 +4536,7 @@ transformJsonParseExpr(ParseState *pstate, JsonParseExpr *jsexpr) else { /* - * Coerce argument to target type using CAST for compatibilty with PG + * Coerce argument to target type using CAST for compatibility with PG * function-like CASTs. */ arg = transformJsonValueExprExt(pstate, jsexpr->expr, JS_FORMAT_JSON, -- cgit v1.2.3