summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup_target.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-05-11 15:38:55 +0900
committerMichael Paquier <michael@paquier.xyz>2022-05-11 15:38:55 +0900
commit45edde037efc6ec76714e0be7309b348fe34351e (patch)
tree206708c6d10e713e4325b4f3954a1c0187cc4474 /src/backend/replication/basebackup_target.c
parent0d3431497dbe91ba1e428ace4e9537c109eaff07 (diff)
downloadpostgresql-45edde037efc6ec76714e0be7309b348fe34351e.tar.gz
Fix typos and grammar in code and test comments
This fixes the grammar of some comments in a couple of tests (SQL and TAP), and in some C files. Author: Justin Pryzby Discussion: https://postgr.es/m/20220511020334.GH19626@telsasoft.com
Diffstat (limited to 'src/backend/replication/basebackup_target.c')
-rw-r--r--src/backend/replication/basebackup_target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/basebackup_target.c b/src/backend/replication/basebackup_target.c
index cff65611ef..35202576ae 100644
--- a/src/backend/replication/basebackup_target.c
+++ b/src/backend/replication/basebackup_target.c
@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
* basebackup_target.c
- * Base backups can be "targetted," which means that they can be sent
+ * Base backups can be "targeted", which means that they can be sent
* somewhere other than to the client which requested the backup.
* Furthermore, new targets can be defined by extensions. This file
* contains code to support that functionality.