From 689e2f0c09726fdca6f890e3158633a534dbf7b4 Mon Sep 17 00:00:00 2001 From: peg Date: Thu, 24 Oct 2024 10:44:02 +0200 Subject: [PATCH] Update pallets/staking/src/pck/production.rs Co-authored-by: Hernando Castano --- pallets/staking/src/pck/production.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/staking/src/pck/production.rs b/pallets/staking/src/pck/production.rs index a6fe8751a..a4cdf45da 100644 --- a/pallets/staking/src/pck/production.rs +++ b/pallets/staking/src/pck/production.rs @@ -34,7 +34,7 @@ const INTEL_ROOT_CA_PK_DER: [u8; 91] = [ 4, 174, 115, 148, ]; -/// A PCK certificate chain verifyer for use in production where entropy-tss is running on TDX +/// A PCK certificate chain verifier for use in production where entropy-tss is running on TDX /// hardware and we have a PCK certificate chain pub struct ProductionPckCertChainVerifyer {}