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-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trust/test-parser.c') diff --git a/trust/test-parser.c b/trust/test-parser.c index b5c2525..8b9c240 100644 --- a/trust/test-parser.c +++ b/trust/test-parser.c @@ -503,7 +503,7 @@ test_parse_invalid_file (void) p11_message_quiet (); p11_parser_formats (test.parser, p11_parser_format_x509, NULL); - ret = p11_parse_file (test.parser, "/nonexistant", NULL, + ret = p11_parse_file (test.parser, "/nonexistent", NULL, P11_PARSE_FLAG_NONE); assert_num_eq (P11_PARSE_FAILURE, ret); -- cgit v1.1