From eacc4a3b9a7ea8a2608cb95981646f947efed625 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Tue, 21 Sep 2010 14:16:00 -0400
Subject: [PATCH] Trivial typo fix.

---
 README.git | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.git b/README.git
index da5bdb6a31b..83b9a8c5816 100644
--- a/README.git
+++ b/README.git
@@ -3,7 +3,7 @@
 In a release or snapshot tarball of PostgreSQL, documentation files named
 INSTALL and HISTORY will appear in this directory.  However, these files are
 not stored in git and so will not be present if you are using a git checkout.
-If you are using git , you can view the most recent install instructions at:
+If you are using git, you can view the most recent install instructions at:
 	http://developer.postgresql.org/docs/postgres/installation.html
 and the current release notes at:
 	http://developer.postgresql.org/docs/postgres/release.html
-- 
GitLab