mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-25 19:22:31 +03:00
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
Block a user