Fix typo in comment

Author: Daniel Gustafsson
This commit is contained in:
Magnus Hagander 2016-04-26 10:38:32 +02:00
parent b6dacc173b
commit b7351ced42
1 changed files with 1 additions and 1 deletions

View File

@ -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"