diff options
| author | Michael Paquier <michael@paquier.xyz> | 2022-05-11 15:38:55 +0900 |
|---|---|---|
| committer | Michael Paquier <michael@paquier.xyz> | 2022-05-11 15:38:55 +0900 |
| commit | 45edde037efc6ec76714e0be7309b348fe34351e (patch) | |
| tree | 206708c6d10e713e4325b4f3954a1c0187cc4474 /src/backend/replication/basebackup_target.c | |
| parent | 0d3431497dbe91ba1e428ace4e9537c109eaff07 (diff) | |
| download | postgresql-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.c | 2 |
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. |
