diff options
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 cff65611ef6..35202576ae1 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. |