Typo in execProcnode.c documentation
Started by Daniel Gustafssonover 9 years ago2 messages
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"
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/