diff options
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 |