diff options
author | Daiki Ueno <dueno@redhat.com> | 2016-08-12 17:21:19 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2016-08-22 11:55:55 +0200 |
commit | 8c8c81942038e0068472dd9bab8d57c00b2acee4 (patch) | |
tree | b508003b628ac3bf2c7ee0352f4fe01afb608185 /trust | |
parent | fb73b3a908d8fa21b0e7f6461fc9e77c1e15f4b3 (diff) |
Fix typos flagged by codespell
Diffstat (limited to 'trust')
-rw-r--r-- | trust/builder.c | 2 | ||||
-rw-r--r-- | trust/p11-kit-trust.module | 2 | ||||
-rw-r--r-- | trust/parser.c | 2 |
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. |