diff options
Diffstat (limited to 'src/bin/psql/common.c')
| -rw-r--r-- | src/bin/psql/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index b7aa0a3ba2..0caaf1ef64 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.55 2003/02/21 21:34:27 tgl Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.56 2003/03/10 22:28:19 tgl Exp $ */ #include "postgres_fe.h" #include "common.h" @@ -153,7 +153,7 @@ psql_error(const char *fmt,...) /* - * for backend Notice mesages (INFO, WARNING, etc) + * for backend Notice messages (INFO, WARNING, etc) */ void NoticeProcessor(void *arg, const char *message) |
