aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/remove.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-19 01:53:39 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-19 01:53:39 +0000
commit3c47cdeb5a569fb8a4240e9008dd68f24cbc9213 (patch)
tree284e86ce2d8138ae910da7dc7565ac2def59b4fe /src/backend/commands/remove.c
parentf796387b602c8d0c538eba6b96bf86c399c4cd36 (diff)
downloadpostgresql-3c47cdeb5a569fb8a4240e9008dd68f24cbc9213.tar.gz
postgresql-3c47cdeb5a569fb8a4240e9008dd68f24cbc9213.zip
From: Dan McGuirk <mcguirk@indirect.com>
fixed the spelling of 'nonexistent' in a few places...
Diffstat (limited to 'src/backend/commands/remove.c')
-rw-r--r--src/backend/commands/remove.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/commands/remove.c b/src/backend/commands/remove.c
index 95830c6cc08..b7defda8526 100644
--- a/src/backend/commands/remove.c
+++ b/src/backend/commands/remove.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.1.1.1 1996/07/09 06:21:22 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.2 1996/08/19 01:53:39 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -43,7 +43,7 @@
* Exceptions:
* BadArg if name is invalid.
* BadArg if type1 is invalid.
- * "WARN" if operator nonexistant.
+ * "WARN" if operator nonexistent.
* ...
*/
void
@@ -307,7 +307,7 @@ RemoveType(char *typeName) /* type name to be removed */
*
* Exceptions:
* BadArg if name is invalid.
- * "WARN" if function nonexistant.
+ * "WARN" if function nonexistent.
* ...
*/
void