Skip to content

Commit 6683672

Browse files
committed
Fix typo
Signed-off-by: Simon Brand <simon.brand@postadigitale.de>
1 parent d942908 commit 6683672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi/tests/integration_tests/context_tests/tpm_commands/context_management_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ mod test_evict_control {
236236

237237
// Create primary key handle
238238
let auth_value_primary = Auth::try_from(vec![1, 2, 3, 4, 5])
239-
.expect("Failed to crate auth value for primary key");
239+
.expect("Failed to create auth value for primary key");
240240
let primary_key_handle = context
241241
.create_primary(
242242
Hierarchy::Owner,

0 commit comments

Comments
 (0)