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,