From 85acac173d4663f53c31fff4ac1b269ac6a2ca8e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 21 Nov 2001 22:57:01 +0000 Subject: [PATCH] Spell 'precedes', 'preceding' correctly in various places. --- doc/src/sgml/bki.sgml | 2 +- doc/src/sgml/libpq.sgml | 2 +- src/backend/utils/adt/datetime.c | 2 +- src/include/nodes/execnodes.h | 2 +- src/interfaces/ecpg/lib/execute.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/bki.sgml b/doc/src/sgml/bki.sgml index e42ace7b9b..20d2268ea6 100644 --- a/doc/src/sgml/bki.sgml +++ b/doc/src/sgml/bki.sgml @@ -50,7 +50,7 @@ $Header$ of a number of tokens, depending on the syntax of the command. Tokens are usually separated by whitespace, but need not be if there is no ambiguity. There is no special command separator; the - next token that syntactically cannot belong to the preceeding + next token that syntactically cannot belong to the preceding command starts a new one. (Usually you would put a new command on a new line, for clarity.) Tokens can be certain key words, special characters (parentheses, commas, etc.), numbers, or double-quoted diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index cf04bf44a2..66d730e315 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -922,7 +922,7 @@ strings overlap. characters MAY be escaped) when used as part of a BYTEA string literal in an SQL statement. In general, to escape a character, it is converted into the three digit octal number - equal to the decimal ASCII value, and preceeded by + equal to the decimal ASCII value, and preceded by two backslashes. The single quote (') and backslash (\) characters have special alternate escape sequences. See the Binary String data type in the User's Guide for more information. PQescapeBytea diff --git a/src/backend/utils/adt/datetime.c b/src/backend/utils/adt/datetime.c index 6a0b2bb5f2..8f6b8eb5dc 100644 --- a/src/backend/utils/adt/datetime.c +++ b/src/backend/utils/adt/datetime.c @@ -2070,7 +2070,7 @@ DecodeSpecial(int field, char *lowtoken, int *val) * an unsigned floating point number. - thomas 1997-11-16 * * Allow ISO-style time span, with implicit units on number of days - * preceeding an hh:mm:ss field. - thomas 1998-04-30 + * preceding an hh:mm:ss field. - thomas 1998-04-30 */ int DecodeDateDelta(char **field, int *ftype, int nf, int *dtype, struct tm * tm, double *fsec) diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 16c75a0054..56237df8ba 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -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 diff --git a/src/interfaces/ecpg/lib/execute.c b/src/interfaces/ecpg/lib/execute.c index e9ac593cd7..f271dda3a5 100644 --- a/src/interfaces/ecpg/lib/execute.c +++ b/src/interfaces/ecpg/lib/execute.c @@ -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 -- 2.39.5