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:
parent
1c5f8f45b6
commit
947fa6fc2b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user