diff --git a/Sandboxie/core/drv/verify.h b/Sandboxie/core/drv/verify.h index d4b13bf9..c45d6178 100644 --- a/Sandboxie/core/drv/verify.h +++ b/Sandboxie/core/drv/verify.h @@ -24,7 +24,7 @@ typedef union _SCertInfo { active : 1, // certificate is active expired : 1, // certificate is expired but may be active outdated : 1, // certificate is expired, not anymore valid for the current build - unused_1 : 2, // DEPRECTED + unused_1 : 2, // DEPRECATED grace_period: 1, // the certificate is expired and or outdated but we keep it valid for 1 extra month to allof wor a seamless renewal reservd_2 : 2, @@ -87,4 +87,4 @@ enum ECertLevel { #define CERT_IS_INSIDER(cert) (CERT_IS_TYPE(cert, eCertEternal) || cert.type == eCertGreatPatreon) #define CERT_IS_LEVEL(cert,l) (Verify_CertInfo.active && cert.level >= l) -extern SCertInfo Verify_CertInfo; \ No newline at end of file +extern SCertInfo Verify_CertInfo;