typos from alexey dobriyan; i diffed openssl-0.9.8a.
jmc

--- demos/engines/zencod/hw_zencod.c    Sat Apr 30 15:34:06 2005
+++ demos/engines/zencod/hw_zencod.c.new        Mon Feb  6 17:03:32 2006
@@ -1233,7 +1233,7 @@
        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 @@
        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 ... */
 } ;
 
 
--- doc/openssl.txt     Wed Nov 13 13:17:50 2002
+++ doc/openssl.txt.new Mon Feb  6 17:04:26 2006
@@ -778,7 +778,7 @@
 
 The X509V3_EXT_METHOD structure is described below.
 
-strut {
+struct {
 int ext_nid;
 int ext_flags;
 X509V3_EXT_NEW ext_new;
--- doc/ssleay.txt      Sat Dec 27 15:04:32 2003
+++ doc/ssleay.txt.new  Mon Feb  6 17:05:16 2006
@@ -4295,7 +4295,7 @@
 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 succesfully 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 

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

Reply via email to