summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_version.h')
-rw-r--r--src/include/catalog/pg_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_version.h b/src/include/catalog/pg_version.h
index bcfcc2ceb1..b02f88c603 100644
--- a/src/include/catalog/pg_version.h
+++ b/src/include/catalog/pg_version.h
@@ -15,7 +15,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_version.h,v 1.15 2002/06/20 20:29:49 momjian Exp $
+ * $Id: pg_version.h,v 1.16 2003/03/10 22:28:21 tgl Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -27,7 +27,7 @@
#define PG_VERSION_H
/* ----------------
- * postgres.h contains the system type definintions and the
+ * postgres.h contains the system type definitions and the
* CATALOG(), BOOTSTRAP and DATA() sugar words so this file
* can be read by both genbki.sh and the C compiler.
* ----------------