[openssl.org #1578] [PATCH] fix is is typos

2007-09-24 Thread Lutz Jaenicke via RT
Applied, thanks.

Best regards,
Lutz
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]


[openssl.org #1578] [PATCH] fix is is typos

2007-09-11 Thread Charles Longeau via RT
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.c21 Aug 2005 16:00:17 -  1.8
+++ crypto/dh/dh_check.c6 Sep 2007 17:59:50 -
@@ -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 -  1.2
+++ doc/crypto/X509_NAME_print_ex.pod   6 Sep 2007 18:16:05 -
@@ -89,7 +89,7 @@ is equivalent to:
 BXN_FLAG_ONELINE is a more readable one line format it is the same as:
  BASN1_STRFLGS_RFC2253 | ASN1_STRFLGS_ESC_QUOTE | XN_FLAG_SEP_CPLUS_SPC | 
XN_FLAG_SPC_EQ | XN_FLAG_FN_SN
 
-BXN_FLAG_MULTILINE is a multiline format is is the same as:
+BXN_FLAG_MULTILINE is a multiline format it is the same as:
  BASN1_STRFLGS_ESC_CTRL | ASN1_STRFLGS_ESC_MSB | XN_FLAG_SEP_MULTILINE | 
XN_FLAG_SPC_EQ | XN_FLAG_FN_LN | XN_FLAG_FN_ALIGN
 
 BXN_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]