summaryrefslogtreecommitdiff
path: root/trust/test-enumerate.c
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2018-12-29 08:09:50 +0100
committerDaiki Ueno <dueno@redhat.com>2018-12-29 08:09:50 +0100
commit95faa51a23fc416e718dbd740adfce31f642530b (patch)
treea83fd0465c5449041641fcd8ba23af3fc7c1653d /trust/test-enumerate.c
parent4ee6545d0188e495f195b7fe5abbe9cc382a626d (diff)
build: Fix typo spotted by codespell
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);