fix spelling of matches

This commit is contained in:
Dayne Broderson 2018-12-19 20:41:32 -09:00 committed by Adrian Lucrèce Céleste
parent 5f71b47b5a
commit d4a2a055cc
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 {