diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-03-15 11:29:23 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-03-15 11:29:35 +0900 |
commit | 6bdf1a1400d3fb8c87e020be943942dcab7e75e2 (patch) | |
tree | 36a89f562b86d31636c092256af2c7cb3ad2d106 /src/bin/pg_basebackup/pg_basebackup.c | |
parent | ff8b37ba801073b4506f670317141785bab9f4d8 (diff) |
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically
incorrect, including one variable name in the code.
Author: Otto Kekalainen, Justin Pryzby
Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
Diffstat (limited to 'src/bin/pg_basebackup/pg_basebackup.c')
-rw-r--r-- | src/bin/pg_basebackup/pg_basebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index d265ee3b3c5..2943d9ec1a0 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -1722,7 +1722,7 @@ GetCopyDataEnd(size_t r, char *copybuf, size_t cursor) * * As a debugging aid, we try to give some hint about what kind of message * provoked the failure. Perhaps this is not detailed enough, but it's not - * clear that it's worth expending any more code on what shoud be a + * clear that it's worth expending any more code on what should be a * can't-happen case. */ static void |