summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-06-14 23:02:16 +0200
committerRich Salz <rsalz@openssl.org>2016-06-16 15:08:57 -0400
commit0ad69cd6c0e14a8257246f84c3117b0ba075bc24 (patch)
tree98c0e7e5b3c868a5bf38278955fe570d0a958739 /crypto/x509v3
parent2b1343b91478a9f230186535e82ed1f9db069221 (diff)
Spelling fixes
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1219)
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/pcy_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509v3/pcy_data.c b/crypto/x509v3/pcy_data.c
index 6cc74deb46..cf1d635ecc 100644
--- a/crypto/x509v3/pcy_data.c
+++ b/crypto/x509v3/pcy_data.c
@@ -28,9 +28,9 @@ void policy_data_free(X509_POLICY_DATA *data)
}
/*
- * Create a data based on an existing policy. If 'id' is NULL use the oid in
+ * Create a data based on an existing policy. If 'id' is NULL use the OID in
* the policy, otherwise use 'id'. This behaviour covers the two types of
- * data in RFC3280: data with from a CertificatePolcies extension and
+ * data in RFC3280: data with from a CertificatePolicies extension and
* additional data with just the qualifiers of anyPolicy and ID from another
* source.
*/