Skip to content

Commit 9d6cdcf

Browse files
authored
Merge pull request #465 from brandsimon/sbr/typo
Fix typo
2 parents d942908 + 6683672 commit 9d6cdcf

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)