1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00
fixed the spelling of 'nonexistent' in a few places...
This commit is contained in:
Marc G. Fournier
1996-08-19 01:53:39 +00:00
parent f796387b60
commit 3c47cdeb5a
3 changed files with 8 additions and 8 deletions

View File

@ -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