summaryrefslogtreecommitdiff
path: root/trust
diff options
context:
space:
mode:
Diffstat (limited to 'trust')
-rw-r--r--trust/builder.c2
-rw-r--r--trust/p11-kit-trust.module2
-rw-r--r--trust/parser.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/trust/builder.c b/trust/builder.c
index 6e8a1e4..e0ce370 100644
--- a/trust/builder.c
+++ b/trust/builder.c
@@ -1288,7 +1288,7 @@ build_trust_object_eku (CK_ATTRIBUTE *object,
else
neutral = allow;
- /* The value set if a purpose is explictly rejected */
+ /* The value set if a purpose is explicitly rejected */
disallow = CKT_NSS_NOT_TRUSTED;
for (i = 0; eku_attribute_map[i].type != CKA_INVALID; i++) {
diff --git a/trust/p11-kit-trust.module b/trust/p11-kit-trust.module
index a55932a..2f53ef6 100644
--- a/trust/p11-kit-trust.module
+++ b/trust/p11-kit-trust.module
@@ -11,7 +11,7 @@ priority: 1
# Mark this module as a viable source of trust policy information
trust-policy: yes
-# This is for drop-in compatibilty with glib-networking and gcr. Those
+# This is for drop-in compatibility with glib-networking and gcr. Those
# projects used this non-standard attribute to denote slots to use to
# retrieve trust information.
x-trust-lookup: pkcs11:library-description=PKCS%2311%20Kit%20Trust%20Module
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.