From: Magnus Hagander Date: Mon, 29 May 2017 14:29:19 +0000 (+0200) Subject: Fix typo in comment X-Git-Tag: XL_10_R1BETA1~288^2~6 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=917d91285f187e599039a962d9b869a782390304;p=postgres-xl.git Fix typo in comment Masahiko Sawada --- diff --git a/src/backend/executor/execExpr.c b/src/backend/executor/execExpr.c index 5a34a46712..fe12326336 100644 --- a/src/backend/executor/execExpr.c +++ b/src/backend/executor/execExpr.c @@ -16,7 +16,7 @@ * * See src/backend/executor/README for some background, specifically the * "Expression Trees and ExprState nodes", "Expression Initialization", - * and "Expession Evaluation" sections. + * and "Expression Evaluation" sections. * * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group