diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-23 03:05:23 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-23 03:05:23 +0000 |
commit | 772ae267e36f15136d900f560517835ac833840a (patch) | |
tree | a3229e9088ca116f63b2ee9135b6d264242e0654 | |
parent | be5bfd54f213f0618ae51113da64d28793904301 (diff) | |
download | postgresql-772ae267e36f15136d900f560517835ac833840a.tar.gz postgresql-772ae267e36f15136d900f560517835ac833840a.zip |
spelling error...and correction
-rw-r--r-- | src/Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 93d4a1a49e1..e2309935495 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.9 1996/07/22 21:54:49 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.10 1996/07/23 03:05:23 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -154,7 +154,7 @@ CDEBUG= -g # do not compile with them by default. However, there are hooks in the # program which supports the use of GNU readline and history. Should you # decide to use them, change USE_READLINE to true and change READLINE_INCDIR -# and READLINE_LIBDIR to reflect the location of the readline and histroy +# and READLINE_LIBDIR to reflect the location of the readline and history # headers and libraries. # #USE_READLINE= true |