Typo in x509_txt.c.
authorAndy Polyakov <appro@openssl.org>
Sat, 19 May 2007 18:03:21 +0000 (18:03 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 19 May 2007 18:03:21 +0000 (18:03 +0000)
Submitted by: Martin.Kraemer@Fujitsu-Siemens.com

crypto/x509/x509_txt.c

index 20b937d71815461e1a63a5523fb05bc85dc37c1f..38518697622cf28f0617f24ab322a7b511008d09 100644 (file)
@@ -129,7 +129,7 @@ const char *X509_verify_cert_error_string(long n)
        case X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED:
                return("proxy path length constraint exceeded");
        case X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED:
-               return("proxy cerificates not allowed, please set the appropriate flag");
+               return("proxy certificates not allowed, please set the appropriate flag");
        case X509_V_ERR_INVALID_PURPOSE:
                return ("unsupported certificate purpose");
        case X509_V_ERR_CERT_UNTRUSTED: