Fix a typo in execExpr.c

Started by Masahiko Sawadaover 8 years ago2 messages
#1Masahiko Sawada
sawada.mshk@gmail.com
1 attachment(s)

Hi,

Attached for $subject.

s/Expession/Expression/

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachments:

fix_typo_in_execExpr_c.patchapplication/octet-stream; name=fix_typo_in_execExpr_c.patchDownload
diff --git a/src/backend/executor/execExpr.c b/src/backend/executor/execExpr.c
index 5a34a46..fe12326 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
#2Magnus Hagander
magnus@hagander.net
In reply to: Masahiko Sawada (#1)
Re: Fix a typo in execExpr.c

On Mon, May 29, 2017 at 4:04 PM, Masahiko Sawada <sawada.mshk@gmail.com>
wrote:

Hi,

Attached for $subject.

s/Expession/Expression/

Thanks, applied!

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;