1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Fix comment typo.

This commit is contained in:
David Steele
2025-08-23 14:23:30 -04:00
parent 5de5ed842a
commit 779cb763af

View File

@@ -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");