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 --- p11-kit/test-virtual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11-kit/test-virtual.c') diff --git a/p11-kit/test-virtual.c b/p11-kit/test-virtual.c index fd9eba9..2b83720 100644 --- a/p11-kit/test-virtual.c +++ b/p11-kit/test-virtual.c @@ -124,7 +124,7 @@ test_fall_through (void) rv = (module->C_Initialize) ("initialize-arg"); assert_num_eq (CKR_NEED_TO_CREATE_THREADS, rv); - /* All other functiosn should have just fallen through */ + /* All other functions should have just fallen through */ assert_ptr_eq (mock_module_no_slots.C_Finalize, module->C_Finalize); p11_virtual_unwrap (module); -- cgit v1.1