diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-06-14 23:02:16 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-06-16 21:08:57 +0200 |
commit | 0ad69cd6c0e14a8257246f84c3117b0ba075bc24 (patch) | |
tree | 98c0e7e5b3c868a5bf38278955fe570d0a958739 /crypto/x509v3/pcy_data.c | |
parent | no-ripemd is an alias for no-rmd160 (diff) | |
download | openssl-0ad69cd6c0e14a8257246f84c3117b0ba075bc24.tar.xz openssl-0ad69cd6c0e14a8257246f84c3117b0ba075bc24.zip |
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/pcy_data.c')
-rw-r--r-- | crypto/x509v3/pcy_data.c | 4 |
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. */ |