summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-02-15 19:44:45 +0000
committerNils Larsch <nils@openssl.org>2006-02-15 19:44:45 +0000
commite7decd5f4d70a28d08e2bc6082a929e18d702dda (patch)
treec9c2f1b4cdfbb9bc419d9f5c47449473dc73b3ba
parent38a3178185ac0d755220fac6a1f8166062fb6bb9 (diff)
fix typos
PR: 1280
-rw-r--r--demos/engines/zencod/hw_zencod.c4
-rw-r--r--doc/openssl.txt2
-rw-r--r--doc/ssleay.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/demos/engines/zencod/hw_zencod.c b/demos/engines/zencod/hw_zencod.c
index 29206b4a29..4234b93cbe 100644
--- a/demos/engines/zencod/hw_zencod.c
+++ b/demos/engines/zencod/hw_zencod.c
@@ -1233,7 +1233,7 @@ static const EVP_MD engine_sha1_md =
SHA_CBLOCK,
/* sizeof ( EVP_MD * ) + sizeof ( SHA_CTX ) */
sizeof ( ZEN_MD_DATA )
- /* sizeof ( MD_CTX_DATA ) The message digest data stucture ... */
+ /* sizeof ( MD_CTX_DATA ) The message digest data structure ... */
} ;
/* The one for MD5 ... */
@@ -1254,7 +1254,7 @@ static const EVP_MD engine_md5_md =
MD5_CBLOCK,
/* sizeof ( EVP_MD * ) + sizeof ( MD5_CTX ) */
sizeof ( ZEN_MD_DATA )
- /* sizeof ( MD_CTX_DATA ) The message digest data stucture ... */
+ /* sizeof ( MD_CTX_DATA ) The message digest data structure ... */
} ;
diff --git a/doc/openssl.txt b/doc/openssl.txt
index 37730b2cbd..f8817b0a71 100644
--- a/doc/openssl.txt
+++ b/doc/openssl.txt
@@ -778,7 +778,7 @@ called.
The X509V3_EXT_METHOD structure is described below.
-strut {
+struct {
int ext_nid;
int ext_flags;
X509V3_EXT_NEW ext_new;
diff --git a/doc/ssleay.txt b/doc/ssleay.txt
index d44d2f04a0..c75312911f 100644
--- a/doc/ssleay.txt
+++ b/doc/ssleay.txt
@@ -4295,7 +4295,7 @@ X-Status:
Loading client certs into MSIE 3.01
===================================
-This document conatains all the information necessary to succesfully set up
+This document contains all the information necessary to successfully set up
some scripts to issue client certs to Microsoft Internet Explorer. It
includes the required knowledge about the model MSIE uses for client
certification and includes complete sample scripts ready to play with. The