summaryrefslogtreecommitdiff
path: root/trust/test-parser.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-parser.c
parent4ee6545d0188e495f195b7fe5abbe9cc382a626d (diff)
build: Fix typo spotted by codespell
Diffstat (limited to 'trust/test-parser.c')
-rw-r--r--trust/test-parser.c2
1 files changed, 1 insertions, 1 deletions
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);