1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Fix comment typo.

Contributed by Cynthia Shang.
This commit is contained in:
Cynthia Shang 2018-12-10 15:43:52 -05:00 committed by David Steele
parent 1c5f8f45b6
commit 947fa6fc2b

View File

@ -410,7 +410,7 @@ storagePath(const Storage *this, const String *pathExp)
String *result = NULL;
// If there there is no path expression then return the base storage path
// If there is no path expression then return the base storage path
if (pathExp == NULL)
{
result = strDup(this->path);