From 19b2b1f23d24d0e38bbd25ca8dcf4f6e9d16bb43 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Fri, 13 Oct 2023 22:55:48 +0000 Subject: [PATCH] Fix typos Signed-off-by: Simon Brand --- tss-esapi/src/abstraction/transient/mod.rs | 2 +- tss-esapi/src/context/tpm_commands/context_management.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tss-esapi/src/abstraction/transient/mod.rs b/tss-esapi/src/abstraction/transient/mod.rs index 0a377268..63b9216f 100644 --- a/tss-esapi/src/abstraction/transient/mod.rs +++ b/tss-esapi/src/abstraction/transient/mod.rs @@ -641,7 +641,7 @@ impl TransientKeyContextBuilder { /// Bootstrap the TransientKeyContext. /// /// The root key is created as a primary key in the provided hierarchy and thus authentication is - /// needed for said hierarchy. The authentication valuei for the key is generated by the TPM itself, + /// needed for said hierarchy. The authentication value for the key is generated by the TPM itself, /// with a configurable length, and never exposed outside the context. /// /// # Warning diff --git a/tss-esapi/src/context/tpm_commands/context_management.rs b/tss-esapi/src/context/tpm_commands/context_management.rs index 97e7ae4f..231b23c0 100644 --- a/tss-esapi/src/context/tpm_commands/context_management.rs +++ b/tss-esapi/src/context/tpm_commands/context_management.rs @@ -360,7 +360,7 @@ impl Context { /// # SymmetricDefinitionObject::AES_256_CFB, /// # RsaKeyBits::Rsa2048, /// # RsaExponent::default(), - /// # ).expect("Failed to Public structure for key"), + /// # ).expect("Failed to create Public structure for key"), /// # Some(auth_value_primary), /// # None, /// # None,