aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-03-10 21:34:48 +0100
committerRich Salz <rsalz@openssl.org>2016-04-04 15:06:32 -0400
commit620d540bd47a96fb6905fbbdd8ea5167a8841a3e (patch)
treef1686eadbd85f953a44d0527774fd6d4007d4c3e /crypto/x509v3
parentf6c006ea76304a52cf9212695525e1bcc6cf6c22 (diff)
downloadopenssl-620d540bd47a96fb6905fbbdd8ea5167a8841a3e.zip
openssl-620d540bd47a96fb6905fbbdd8ea5167a8841a3e.tar.gz
openssl-620d540bd47a96fb6905fbbdd8ea5167a8841a3e.tar.bz2
various spelling fixes
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/pcy_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/pcy_int.h b/crypto/x509v3/pcy_int.h
index 809dc5e..8c2ef95 100644
--- a/crypto/x509v3/pcy_int.h
+++ b/crypto/x509v3/pcy_int.h
@@ -168,7 +168,7 @@ struct X509_POLICY_TREE_st {
* required.
*/
STACK_OF(X509_POLICY_DATA) *extra_data;
- /* This is the authority constained policy set */
+ /* This is the authority constrained policy set */
STACK_OF(X509_POLICY_NODE) *auth_policies;
STACK_OF(X509_POLICY_NODE) *user_policies;
unsigned int flags;