1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Fix comment typos.

This commit is contained in:
Stefan Fercot
2021-09-29 12:03:01 -04:00
committed by David Steele
parent 9e79f0e64b
commit baf186bfb0
3 changed files with 3 additions and 3 deletions

View File

@ -1467,7 +1467,7 @@ backupProcessQueue(Manifest *manifest, List **queueList)
FUNCTION_LOG_RETURN(UINT64, result);
}
// Helper to caculate the next queue to scan based on the client index
// Helper to calculate the next queue to scan based on the client index
static int
backupJobQueueNext(unsigned int clientIdx, int queueIdx, unsigned int queueTotal)
{

View File

@ -2085,7 +2085,7 @@ typedef struct RestoreJobData
const String *cipherSubPass; // Passphrase used to decrypt files in the backup
} RestoreJobData;
// Helper to caculate the next queue to scan based on the client index
// Helper to calculate the next queue to scan based on the client index
static int
restoreJobQueueNext(unsigned int clientIdx, int queueIdx, unsigned int queueTotal)
{

View File

@ -1744,7 +1744,7 @@ testRun(void)
TEST_MANIFEST_LINK_DEFAULT
TEST_MANIFEST_PATH
TEST_MANIFEST_PATH_DEFAULT,
.comment = " rewrite same manifest withut checksum errors");
.comment = " rewrite same manifest without checksum errors");
TEST_RESULT_STR_Z(
infoRender(),