Skip to content
Snippets Groups Projects
Commit 94591e47 authored by ovari's avatar ovari
Browse files

tlsvalidator.cpp: fix typo

bellow → below

Change-Id: I6a8983f7adc87157f442d2f1e874561306a7d141
parent 8ad61af4
No related branches found
No related tags found
No related merge requests found
......@@ -1048,7 +1048,7 @@ TlsValidator::valid()
TlsValidator::CheckResult
TlsValidator::validAuthority()
{
// TODO Merge with either above or bellow
// TODO Merge with either above or below
return TlsValidator::CheckResult((compareToCa() & GNUTLS_CERT_SIGNER_NOT_FOUND)
? CheckValues::FAILED
: CheckValues::PASSED,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment