This patch fixes a small typo in 0.9.[89]*

   Martin
-- 
<[EMAIL PROTECTED]>        |     Fujitsu Siemens
http://www.fujitsu-siemens.com/imprint.html | 81730  Munich,  Germany
Index: crypto/x509/x509_txt.c
===================================================================
RCS file: /home/cvs/OpenSSL/openssl/crypto/x509/x509_txt.c,v
retrieving revision 1.21
diff -u -r1.21 x509_txt.c
--- crypto/x509/x509_txt.c      27 Nov 2006 14:18:02 -0000      1.21
+++ crypto/x509/x509_txt.c      16 May 2007 10:03:38 -0000
@@ -129,7 +129,7 @@
        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:

Reply via email to