summaryrefslogtreecommitdiff
path: root/trust/test-enumerate.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/test-enumerate.c')
-rw-r--r--trust/test-enumerate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/test-enumerate.c b/trust/test-enumerate.c
index 0ac3a33..d82863f 100644
--- a/trust/test-enumerate.c
+++ b/trust/test-enumerate.c
@@ -293,7 +293,7 @@ test_info_limit_purposes (void)
mock_module_add_object (MOCK_SLOT_ONE_ID, cacert3_trusted);
mock_module_add_object (MOCK_SLOT_ONE_ID, extension_eku_server_client);
- /* This should not match the above, with the attached certificat ext */
+ /* This should not match the above, with the attached certificate ext */
assert_ptr_eq (NULL, test.ex.limit_to_purposes);
p11_enumerate_opt_purpose (&test.ex, "1.1.1");
assert_ptr_not_null (test.ex.limit_to_purposes);