summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane2001-11-21 22:57:01 +0000
committerTom Lane2001-11-21 22:57:01 +0000
commit6c134eb6f16dc7cb9bfbf2dab18839270c217708 (patch)
tree10c015c62f092562aafeefa04c5e16f08d77281f /src/include
parentcf3b164aacee299572d062ba4c7da1b3b7dad66c (diff)
Spell 'precedes', 'preceding' correctly in various places.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/nodes/execnodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index 3a044e97cab..97e76ccdfd5 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execnodes.h,v 1.66 2001/11/05 17:46:34 momjian Exp $
+ * $Id: execnodes.h,v 1.67 2001/11/21 22:57:01 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -302,7 +302,7 @@ typedef struct EState
*|
*| As a result, many classes have extra slots which they
*| don't use. These slots are denoted (unused) in the
- *| comment preceeding the class definition. If you
+ *| comment preceding the class definition. If you
*| comes up with a better idea of a way of doing things
*| along these lines, then feel free to make your idea
*| known to me.. -cim 10/15/89