summaryrefslogtreecommitdiff
path: root/trust/parser.c
diff options
context:
space:
mode:
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.