Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwshang authored and dwsteele committed Apr 14, 2020
1 parent 9ffa2c6 commit 02ebba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/common/harnessTls.c
Expand Up @@ -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++)
Expand Down

0 comments on commit 02ebba0

Please sign in to comment.