diff --git a/Sandboxie/core/drv/verify.c b/Sandboxie/core/drv/verify.c index 1aada0bb..60de2ef9 100644 --- a/Sandboxie/core/drv/verify.c +++ b/Sandboxie/core/drv/verify.c @@ -789,7 +789,7 @@ _FX NTSTATUS KphValidateCertificate() else if(!expiration_date.QuadPart) expiration_date.QuadPart = cert_date.QuadPart + KphGetDateInterval(0, 0, 1); // default 1 year, unless set differently already - // check if this is a subscription type sertificate + // check if this is a subscription type certificate BOOLEAN isSubscription = CERT_IS_SUBSCRIPTION(Verify_CertInfo); if (expiration_date.QuadPart != -1)