fix typos
authorNils Larsch <nils@openssl.org>
Wed, 15 Feb 2006 19:42:22 +0000 (19:42 +0000)
committerNils Larsch <nils@openssl.org>
Wed, 15 Feb 2006 19:42:22 +0000 (19:42 +0000)
PR: 1280

demos/engines/zencod/hw_zencod.c
doc/openssl.txt
doc/ssleay.txt

index 29206b4a2978da1ffeef0f1ce1b09cd90d0e9da1..4234b93cbe7c7ff99c3a63deaa0c75f13cd6b6fa 100644 (file)
@@ -1233,7 +1233,7 @@ static const EVP_MD engine_sha1_md =
        SHA_CBLOCK,
        /* sizeof ( EVP_MD * ) + sizeof ( SHA_CTX ) */
        sizeof ( ZEN_MD_DATA )
        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 ... */
 } ;
 
 /* 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 )
        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 ... */
 } ;
 
 
 } ;
 
 
index 37730b2cbd2f872c534c424677fb19dc0030ff5e..f8817b0a719912baf84ed1e84b97a798f4080714 100644 (file)
@@ -778,7 +778,7 @@ called.
 
 The X509V3_EXT_METHOD structure is described below.
 
 
 The X509V3_EXT_METHOD structure is described below.
 
-strut {
+struct {
 int ext_nid;
 int ext_flags;
 X509V3_EXT_NEW ext_new;
 int ext_nid;
 int ext_flags;
 X509V3_EXT_NEW ext_new;
index d44d2f04a022397daaf6c3421e37103cf41ad545..c75312911f96339753fc123ee90725d08106a9ad 100644 (file)
@@ -4295,7 +4295,7 @@ X-Status:
 Loading client certs into MSIE 3.01
 ===================================
 
 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 
 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