From 18e43c5955217838ad55e68e176b83a9187533ec Mon Sep 17 00:00:00 2001 From: David Steele Date: Sun, 24 Nov 2019 09:24:52 -0500 Subject: [PATCH] Fix comment typo. --- src/command/backup/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/backup/file.c b/src/command/backup/file.c index bc2d16793..ebceec29d 100644 --- a/src/command/backup/file.c +++ b/src/command/backup/file.c @@ -53,7 +53,7 @@ backupFile( FUNCTION_LOG_PARAM(BOOL, pgFileChecksumPage); // Should page checksums be validated FUNCTION_LOG_PARAM(UINT64, pgFileChecksumPageLsnLimit); // Upper LSN limit to which page checksums must be valid FUNCTION_LOG_PARAM(STRING, repoFile); // Destination in the repo to copy the pg file - FUNCTION_LOG_PARAM(BOOL, repoFileHasReference); // Does the repo file exists in a prior backup in the set? + FUNCTION_LOG_PARAM(BOOL, repoFileHasReference); // Does the repo file exist in a prior backup in the set? FUNCTION_LOG_PARAM(BOOL, repoFileCompress); // Compress destination file FUNCTION_LOG_PARAM(UINT, repoFileCompressLevel); // Compression level for destination file FUNCTION_LOG_PARAM(STRING, backupLabel); // Label of current backup