From 8c8c81942038e0068472dd9bab8d57c00b2acee4 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 12 Aug 2016 17:21:19 +0200 Subject: Fix typos flagged by codespell --- trust/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trust/parser.c') diff --git a/trust/parser.c b/trust/parser.c index 7b569d9..41513d4 100644 --- a/trust/parser.c +++ b/trust/parser.c @@ -502,7 +502,7 @@ parse_openssl_trusted_certificate (p11_parser *parser, int ret; /* - * This OpenSSL format is a wierd. It's just two DER structures + * This OpenSSL format is weird. It's just two DER structures * placed end to end without any wrapping SEQ. So calculate the * length of the first DER TLV we see and try to parse that as * the X.509 certificate. -- cgit v1.1