From 5f0477f47b470e15683f054dc98f0cf20179dc7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Mon, 24 Sep 2007 11:22:58 +0000 Subject: [PATCH] Typos PR: 1578 Submitted by: Charles Longeau --- crypto/dh/dh_check.c | 2 +- doc/crypto/X509_NAME_print_ex.pod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/dh/dh_check.c b/crypto/dh/dh_check.c index 10217c83dc..066898174e 100644 --- a/crypto/dh/dh_check.c +++ b/crypto/dh/dh_check.c @@ -62,7 +62,7 @@ #include /* 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 diff --git a/doc/crypto/X509_NAME_print_ex.pod b/doc/crypto/X509_NAME_print_ex.pod index 919b908919..2579a5dc9d 100644 --- a/doc/crypto/X509_NAME_print_ex.pod +++ b/doc/crypto/X509_NAME_print_ex.pod @@ -86,10 +86,10 @@ is equivalent to: B -B is a more readable one line format it is the same as: +B is a more readable one line format which is the same as: B -B is a multiline format is is the same as: +B is a multiline format which is the same as: B B uses a format identical to X509_NAME_print(): in fact it calls X509_NAME_print() internally. -- 2.34.1