Hi,

Here's a trivial patch which fixes some "is is" typos.

Best regards,

Charles Longeau

Index: crypto/dh/dh_check.c
===================================================================
RCS file: /home/chl/mirrors/cvs.openssl.org/openssl/crypto/dh/dh_check.c,v
retrieving revision 1.8
diff -u -p -r1.8 dh_check.c
--- crypto/dh/dh_check.c        21 Aug 2005 16:00:17 -0000      1.8
+++ crypto/dh/dh_check.c        6 Sep 2007 17:59:50 -0000
@@ -62,7 +62,7 @@
 #include <openssl/dh.h>
 
 /* Check that p is a safe prime and
- * if g is 2, 3 or 5, check that is is a suitable generator
+ * if g is 2, 3 or 5, check that it is a suitable generator
  * where
  * for 2, p mod 24 == 11
  * for 3, p mod 12 == 5
Index: doc/crypto/X509_NAME_print_ex.pod
===================================================================
RCS file: 
/home/chl/mirrors/cvs.openssl.org/openssl/doc/crypto/X509_NAME_print_ex.pod,v
retrieving revision 1.2
diff -u -p -r1.2 X509_NAME_print_ex.pod
--- doc/crypto/X509_NAME_print_ex.pod   13 Nov 2004 13:38:34 -0000      1.2
+++ doc/crypto/X509_NAME_print_ex.pod   6 Sep 2007 18:16:05 -0000
@@ -89,7 +89,7 @@ is equivalent to:
 B<XN_FLAG_ONELINE> is a more readable one line format it is the same as:
  B<ASN1_STRFLGS_RFC2253 | ASN1_STRFLGS_ESC_QUOTE | XN_FLAG_SEP_CPLUS_SPC | 
XN_FLAG_SPC_EQ | XN_FLAG_FN_SN>
 
-B<XN_FLAG_MULTILINE> is a multiline format is is the same as:
+B<XN_FLAG_MULTILINE> is a multiline format it is the same as:
  B<ASN1_STRFLGS_ESC_CTRL | ASN1_STRFLGS_ESC_MSB | XN_FLAG_SEP_MULTILINE | 
XN_FLAG_SPC_EQ | XN_FLAG_FN_LN | XN_FLAG_FN_ALIGN>
 
 B<XN_FLAG_COMPAT> uses a format identical to X509_NAME_print(): in fact it 
calls X509_NAME_print() internally.

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

Reply via email to