Skip to content

Commit 19b2b1f

Browse files
committed
Fix typos
Signed-off-by: Simon Brand <simon.brand@postadigitale.de>
1 parent 8a7a4cb commit 19b2b1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tss-esapi/src/abstraction/transient/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ impl TransientKeyContextBuilder {
641641
/// Bootstrap the TransientKeyContext.
642642
///
643643
/// The root key is created as a primary key in the provided hierarchy and thus authentication is
644-
/// needed for said hierarchy. The authentication valuei for the key is generated by the TPM itself,
644+
/// needed for said hierarchy. The authentication value for the key is generated by the TPM itself,
645645
/// with a configurable length, and never exposed outside the context.
646646
///
647647
/// # Warning

tss-esapi/src/context/tpm_commands/context_management.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ impl Context {
360360
/// # SymmetricDefinitionObject::AES_256_CFB,
361361
/// # RsaKeyBits::Rsa2048,
362362
/// # RsaExponent::default(),
363-
/// # ).expect("Failed to Public structure for key"),
363+
/// # ).expect("Failed to create Public structure for key"),
364364
/// # Some(auth_value_primary),
365365
/// # None,
366366
/// # None,

0 commit comments

Comments
 (0)