1
0
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:
David Steele
2022-12-31 10:31:15 +07:00
parent 163a004f30
commit c6264ad4cf
+1 -1
View File
@@ -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 /)