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

Fix typo.

This commit is contained in:
Cynthia Shang 2020-04-14 15:23:19 -04:00 committed by David Steele
parent 9ffa2c618f
commit 02ebba02b2

View File

@ -113,7 +113,7 @@ harnessTlsServerExpect(const char *expected)
ioRead(tlsSessionIoRead(testServerSession), buffer);
// Treat and ? characters as wildcards so variable elements (e.g. auth hashes) can be ignored
// Treat any ? characters as wildcards so variable elements (e.g. auth hashes) can be ignored
String *actual = strNewBuf(buffer);
for (unsigned int actualIdx = 0; actualIdx < strSize(actual); actualIdx++)