1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

pgindent: fix typo

Report by Michael Paquier
This commit is contained in:
Bruce Momjian
2015-05-25 08:08:05 -04:00
parent 12e6c5a6ca
commit 8339e70da6

View File

@ -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,