fix spelling of matches

This commit is contained in:
Dayne Broderson 2018-12-19 20:41:32 -09:00
parent 48438dc34c
commit c5add29cb0
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ SecureSocket::verifyCertFingerprint()
getline(file,fileLine);
if (!fileLine.empty()) {
if (fileLine.compare(fingerprint) == 0) {
LOG((CLOG_NOTE "Fingerprint matchs trusted fingerprint"));
LOG((CLOG_NOTE "Fingerprint matches trusted fingerprint"));
isValid = true;
break;
} else {