You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Fix comment typo.
This commit is contained in:
@@ -385,7 +385,7 @@ storageRepoGet(const unsigned int repoIdx, const bool write)
|
||||
}
|
||||
}
|
||||
|
||||
// If no helper was found it try Posix
|
||||
// If no helper was found then try Posix
|
||||
if (result == NULL)
|
||||
{
|
||||
CHECK(AssertError, type == STORAGE_POSIX_TYPE, "invalid storage type");
|
||||
|
||||
Reference in New Issue
Block a user