aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/pg_rewind.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-04-19 11:32:30 +0900
committerMichael Paquier <michael@paquier.xyz>2021-04-19 11:32:30 +0900
commit7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f (patch)
tree9dd7a216019831ea53951e4e08aff564b634dba8 /src/bin/pg_rewind/pg_rewind.c
parentc731f9187b5fd7038b04ba60703d3cace1806366 (diff)
downloadpostgresql-7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f.tar.gz
postgresql-7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f.zip
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com
Diffstat (limited to 'src/bin/pg_rewind/pg_rewind.c')
-rw-r--r--src/bin/pg_rewind/pg_rewind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/pg_rewind.c b/src/bin/pg_rewind/pg_rewind.c
index 9df08ab2b08..38e5d237551 100644
--- a/src/bin/pg_rewind/pg_rewind.c
+++ b/src/bin/pg_rewind/pg_rewind.c
@@ -605,7 +605,7 @@ perform_rewind(filemap_t *filemap, rewind_source *source,
* and the target. But if the source is a standby server, it's possible
* that the last common checkpoint is *after* the standby's restartpoint.
* That implies that the source server has applied the checkpoint record,
- * but hasn't perfomed a corresponding restartpoint yet. Make sure we
+ * but hasn't performed a corresponding restartpoint yet. Make sure we
* start at the restartpoint's redo point in that case.
*
* Use the old version of the source's control file for this. The server