From 3c47cdeb5a569fb8a4240e9008dd68f24cbc9213 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 19 Aug 1996 01:53:39 +0000 Subject: From: Dan McGuirk fixed the spelling of 'nonexistent' in a few places... --- src/backend/commands/remove.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/commands/remove.c') 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 -- cgit v1.2.3