diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-02-05 15:23:54 -0500 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-02-05 15:25:50 -0500 |
commit | 0d4fb8439092ff8253af72ac6bc193e77ebbcf2f (patch) | |
tree | 37245acc0ccd68923f888ec2e206a58925b60106 /crypto/x509/x509_cmp.c | |
parent | 2b52de9a37422058bdd9f292e507cbd4f577d52e (diff) | |
download | openssl-new-0d4fb8439092ff8253af72ac6bc193e77ebbcf2f.tar.gz |
GH601: Various spelling fixes.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/x509/x509_cmp.c')
-rw-r--r-- | crypto/x509/x509_cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_cmp.c b/crypto/x509/x509_cmp.c index 2e3fd6a62e..69a3fb39a2 100644 --- a/crypto/x509/x509_cmp.c +++ b/crypto/x509/x509_cmp.c @@ -458,7 +458,7 @@ int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, i--; /* * If we have LOS error and flags changed then we are signing P-384 - * with P-256. Use more meaninggul error. + * with P-256. Use more meaningful error. */ if (rv == X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED && flags != tflags) rv = X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256; |