1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Fix comment typos.

This commit is contained in:
David Steele 2020-01-06 16:16:48 -07:00
parent 61538f932c
commit a84ae6be04

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)