From 95faa51a23fc416e718dbd740adfce31f642530b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 29 Dec 2018 08:09:50 +0100 Subject: build: Fix typo spotted by codespell --- trust/test-enumerate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trust/test-enumerate.c') 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); -- cgit v1.1