From e10c5f74bb1f716a78bc74d760ee68bfcdc7b349 Mon Sep 17 00:00:00 2001 From: Sebastian G Date: Sat, 15 Jul 2023 09:21:01 +0200 Subject: [PATCH] Update verify.c typo --- Sandboxie/core/drv/verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)