Typo in execProcnode.c documentation

Started by Daniel Gustafssonover 9 years ago2 messages
#1Daniel Gustafsson
daniel@yesql.se
1 attachment(s)

Theres a tiny typo in the EXAMPLE section of the documentation in
execProcnode.c:

- *  their work to the appopriate node support routines which may
+ *  their work to the appropriate node support routines which may

cheers ./daniel

Attachments:

execProcnode-type.diffapplication/octet-stream; name=execProcnode-type.diffDownload
diff --git a/src/backend/executor/execProcnode.c b/src/backend/executor/execProcnode.c
index a31dbc9..554244f 100644
--- a/src/backend/executor/execProcnode.c
+++ b/src/backend/executor/execProcnode.c
@@ -72,7 +72,7 @@
  *
  *		This should show how the executor works by having
  *		ExecInitNode(), ExecProcNode() and ExecEndNode() dispatch
- *		their work to the appopriate node support routines which may
+ *		their work to the appropriate node support routines which may
  *		in turn call these routines themselves on their subplans.
  */
 #include "postgres.h"
#2Magnus Hagander
magnus@hagander.net
In reply to: Daniel Gustafsson (#1)
Re: Typo in execProcnode.c documentation

On Tue, Apr 26, 2016 at 10:34 AM, Daniel Gustafsson <daniel@yesql.se> wrote:

Theres a tiny typo in the EXAMPLE section of the documentation in
execProcnode.c:

- *  their work to the appopriate node support routines which may
+ *  their work to the appropriate node support routines which may

Applied, thanks.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/