1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Fix comment typos.

This commit is contained in:
David Steele
2020-01-06 16:16:48 -07:00
parent 61538f932c
commit a84ae6be04
+2 -2
View File
@@ -173,7 +173,7 @@ storagePgGet(unsigned int hostId, bool write)
}
/***********************************************************************************************************************************
Get ready-only PostgreSQL storage for a specific host id
Get read-only PostgreSQL storage for a specific host id
***********************************************************************************************************************************/
const Storage *
storagePgId(unsigned int hostId)
@@ -200,7 +200,7 @@ storagePgId(unsigned int hostId)
}
/***********************************************************************************************************************************
Get ready-only PostgreSQL storage for the host-id or the default of 1
Get read-only PostgreSQL storage for the host-id or the default of 1
***********************************************************************************************************************************/
const Storage *
storagePg(void)