Skip to content

Commit c07f73b

Browse files
committed
Fix typo
1 parent 12b9367 commit c07f73b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ssl_sess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ WOLFSSL_SESSION* ClientSessionToSession(const WOLFSSL_SESSION* session)
17261726
/* Check the session ID hash matches */
17271727
error = clientSession->sessionIDHash != sessionIDHash;
17281728
if (error != 0)
1729-
WOLFSSL_MSG("session ID hash don't match");
1729+
WOLFSSL_MSG("session ID hashes don't match");
17301730
}
17311731
if (error == 0) {
17321732
/* Hashes match */

0 commit comments

Comments
 (0)