diff options
author | Magnus Hagander | 2016-04-26 08:38:32 +0000 |
---|---|---|
committer | Magnus Hagander | 2016-04-26 08:38:32 +0000 |
commit | b7351ced425f3937f0a61adb4ade1d4b93bf751d (patch) | |
tree | 41c56bf7e701e6efb542b8fc09f6d434f57e91cb /src/backend/executor/execProcnode.c | |
parent | b6dacc173b6830c515d970698cead9a85663c553 (diff) |
Fix typo in comment
Author: Daniel Gustafsson
Diffstat (limited to 'src/backend/executor/execProcnode.c')
-rw-r--r-- | src/backend/executor/execProcnode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execProcnode.c b/src/backend/executor/execProcnode.c index a31dbc934ef..554244ff71f 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" |