mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Fix typo.
This commit is contained in:
parent
9ffa2c618f
commit
02ebba02b2
@ -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++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user