Update SandMan.cpp

This commit is contained in:
DavidXanatos 2023-04-14 23:22:14 +02:00
parent cec02b9618
commit 4b70faba89
1 changed files with 1 additions and 1 deletions

View File

@ -2168,7 +2168,7 @@ void CSandMan::UpdateCertState()
if (theConf->GetBool("Debug/CertFakeAboutToExpire", false))
g_CertInfo.expirers_in_sec = 3 * 24 * 3600;
// simulate certificate having expired but being in the grace periode
// simulate certificate having expired but being in the grace period
if (theConf->GetBool("Debug/CertFakeGracePeriode", false))
g_CertInfo.grace_period = 1;