Re: [PATYCH] typo in crypto/x509/x509_txt.c

2007-05-19 Thread Andy Polyakov

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


applied. thanks. a.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]


[PATYCH] typo in crypto/x509/x509_txt.c

2007-05-16 Thread Martin Kraemer
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 -  1.21
+++ crypto/x509/x509_txt.c  16 May 2007 10:03:38 -
@@ -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: