diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-04-10 11:18:39 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-04-10 11:18:39 +0900 |
commit | dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3 (patch) | |
tree | b95a1aa4d072068633f3f022a88180780d386015 /src/backend/replication/basebackup.c | |
parent | e083fa34ced0d53807a57482048bb4c135c3d006 (diff) | |
download | postgresql-dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3.tar.gz postgresql-dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3.zip |
Fix collection of typos and grammar mistakes in the tree
This fixes some comments and documentation new as of Postgres 13.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
Diffstat (limited to 'src/backend/replication/basebackup.c')
-rw-r--r-- | src/backend/replication/basebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c index 50a9e9c2804..f5b2411d549 100644 --- a/src/backend/replication/basebackup.c +++ b/src/backend/replication/basebackup.c @@ -1157,7 +1157,7 @@ AddFileToManifest(manifest_info *manifest, const char *spcoid, } /* - * Each file's entry need to be separated from any entry that follows by a + * Each file's entry needs to be separated from any entry that follows by a * comma, but there's no comma before the first one or after the last one. * To make that work, adding a file to the manifest starts by terminating * the most recently added line, with a comma if appropriate, but does not |