aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2006-04-11 20:26:40 +0000
committerNeil Conway <neilc@samurai.com>2006-04-11 20:26:40 +0000
commit6d06003fbf6491c4d80f69640f57d55e39b626dc (patch)
treea14b890838cda2b27ae51ed2780338c79651f470
parent7626181bf736a0882a66bee0b98c6aaf35abea73 (diff)
downloadpostgresql-6d06003fbf6491c4d80f69640f57d55e39b626dc.tar.gz
postgresql-6d06003fbf6491c4d80f69640f57d55e39b626dc.zip
Fix typo.
-rw-r--r--src/interfaces/libpq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 7ec4f82cf8c..ff29e7c12aa 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.142 2006/04/09 20:27:27 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.143 2006/04/11 20:26:40 neilc Exp $
#
#-------------------------------------------------------------------------
@@ -25,7 +25,7 @@ ifneq ($(PORTNAME), win32)
override CFLAGS += $(PTHREAD_CFLAGS)
endif
-# Need to recomple any libpgport object files because we need these
+# Need to recompile any libpgport object files because we need these
# object files to use the same compile flags as libpq. If we used
# the object files from libpgport, this would not be true on all
# platforms.