From 8339e70da6682059f7ab40f0c0b0dfcdcb78761d Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 25 May 2015 08:08:05 -0400
Subject: [PATCH] pgindent:  fix typo

Report by Michael Paquier
---
 src/tools/pgindent/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index 8a2befdd035..3d3a253c0ee 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -82,7 +82,7 @@ Notes about excluded files
 --------------------------
 
 src/include/storage/s_lock.h and src/include/port/atomics/ are excluded
-because they contains assembly code that pgindent tends to mess up.
+because they contain assembly code that pgindent tends to mess up.
 
 src/include/snowball/libstemmer/ and src/backend/snowball/libstemmer/
 are excluded because those files are imported from an external project,
-- 
GitLab