You've already forked pgbackrest
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:
committed by
David Steele
parent
9e79f0e64b
commit
baf186bfb0
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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(),
|
||||
|
Reference in New Issue
Block a user