summaryrefslogtreecommitdiff
path: root/trust/parser.c
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2016-08-12 17:21:19 +0200
committerStef Walter <stefw@redhat.com>2016-08-22 11:55:55 +0200
commit8c8c81942038e0068472dd9bab8d57c00b2acee4 (patch)
treeb508003b628ac3bf2c7ee0352f4fe01afb608185 /trust/parser.c
parentfb73b3a908d8fa21b0e7f6461fc9e77c1e15f4b3 (diff)
Fix typos flagged by codespell
Diffstat (limited to 'trust/parser.c')
-rw-r--r--trust/parser.c2
1 files changed, 1 insertions, 1 deletions
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.