fix spelling of matches
This commit is contained in:
parent
5f71b47b5a
commit
d4a2a055cc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue