You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Fix comment typo for strLower().
This commit is contained in:
@@ -165,7 +165,7 @@ String *strFirstUpper(String *this);
|
||||
// Lower-case the first letter
|
||||
String *strFirstLower(String *this);
|
||||
|
||||
// Upper-case entire string
|
||||
// Lower-case entire string
|
||||
String *strLower(String *this);
|
||||
|
||||
// Return the path part of a string (i.e. everything before the last / or "" if there is no /)
|
||||
|
||||
Reference in New Issue
Block a user