Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 9 Feb 2001 19:03:53 +0000 (19:03 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 9 Feb 2001 19:03:53 +0000 (19:03 +0000)
crypto/pem/pem_info.c
doc/ssleay.txt

index 1c5c6dea000e14a2c912689b7a20fa12dd469ec1..f1694f1125319bfbf9ffe77edfa52c970f8f77a4 100644 (file)
@@ -305,7 +305,7 @@ int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
                {
                if ( (xi->enc_data!=NULL) && (xi->enc_len>0) )
                        {
-                       /* copy from wierdo names into more normal things */
+                       /* copy from weirdo names into more normal things */
                        iv=xi->enc_cipher.iv;
                        data=(unsigned char *)xi->enc_data;
                        i=xi->enc_len;
index 3e964c2e9aeb4b9b7c094ded6b63e5b0325bff87..fab8d42c4221e6b2218804fd74e9962a0939b8b6 100644 (file)
@@ -5743,7 +5743,7 @@ strucutre but also the private key and certificate associated with
 
 EXAMPLES.
 
-So lets play at being a wierd SSL server.
+So lets play at being a weird SSL server.
 
 /* setup a context */
 ctx=SSL_CTX_new();