diff options
author | David Rowley <drowley@postgresql.org> | 2023-04-18 14:03:30 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2023-04-18 14:03:49 +1200 |
commit | eef231e8161eb8031a928fe48134ef25ab81fe5e (patch) | |
tree | 17f1882a677a251f2638fb1893ec2a6fca1885d3 /src/include/backup/basebackup_target.h | |
parent | b4dbf3e924b2556acbe103dc61ac71f9985ff24f (diff) |
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
Diffstat (limited to 'src/include/backup/basebackup_target.h')
-rw-r--r-- | src/include/backup/basebackup_target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/backup/basebackup_target.h b/src/include/backup/basebackup_target.h index bd2490282bb..250572f6dde 100644 --- a/src/include/backup/basebackup_target.h +++ b/src/include/backup/basebackup_target.h @@ -26,7 +26,7 @@ typedef struct BaseBackupTargetHandle BaseBackupTargetHandle; * and either throws an error (if the target detail is not valid or some other * problem, such as a permissions issue, is detected) or returns a pointer to * the data that will be needed to create a bbsink implementing that target. - * The second argumnt will be NULL if the TARGET_DETAIL option to the + * The second argument will be NULL if the TARGET_DETAIL option to the * BASE_BACKUP command was not specified. * * 'get_sink' is a function that creates the bbsink. The first argument |