summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/execute.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-11-21 22:57:01 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-11-21 22:57:01 +0000
commit6c134eb6f16dc7cb9bfbf2dab18839270c217708 (patch)
tree10c015c62f092562aafeefa04c5e16f08d77281f /src/interfaces/ecpg/lib/execute.c
parentcf3b164aacee299572d062ba4c7da1b3b7dad66c (diff)
Spell 'precedes', 'preceding' correctly in various places.
Diffstat (limited to 'src/interfaces/ecpg/lib/execute.c')
-rw-r--r--src/interfaces/ecpg/lib/execute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/execute.c b/src/interfaces/ecpg/lib/execute.c
index 4cd13944d2b..d37af5f61f1 100644
--- a/src/interfaces/ecpg/lib/execute.c
+++ b/src/interfaces/ecpg/lib/execute.c
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.32 2001/11/14 11:11:49 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.33 2001/11/21 22:57:01 tgl Exp $ */
/*
* The aim is to get a simpler inteface to the database routines.
@@ -130,7 +130,7 @@ quote_postgres(char *arg, int lineno)
/*
* create a list of variables
- * The variables are listed with input variables preceeding outputvariables
+ * The variables are listed with input variables preceding outputvariables
* The end of each group is marked by an end marker.
* per variable we list:
* type - as defined in ecpgtype.h