fix typos
authorNils Larsch <nils@openssl.org>
Thu, 21 Dec 2006 21:11:44 +0000 (21:11 +0000)
committerNils Larsch <nils@openssl.org>
Thu, 21 Dec 2006 21:11:44 +0000 (21:11 +0000)
PR: 1354, 1355, 1398

CHANGES
doc/crypto/CONF_modules_free.pod
doc/ssl/SSL_SESSION_get_time.pod

diff --git a/CHANGES b/CHANGES
index ecc54e7fa3d2942348329f563f39d4e205a39ee1..758eaaff3b2bb2665dc2b4891ba501f5e6c83e96 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      draft-ietf-tls-56-bit-ciphersuites-0[01].txt, but do not really
      appear there.
 
-     Also deactive the remaining ciphersuites from
+     Also deactivate the remaining ciphersuites from
      draft-ietf-tls-56-bit-ciphersuites-01.txt.  These are just as
      unofficial, and the ID has long expired.
      [Bodo Moeller]
index af8ae6a5c92dbce56e7d8e34e0ab73bfa1998438..87bc7b783c9e646a147c25fe4d3c9dde22e0abe4 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
- CONF_modules_free, CONF_modules_load, CONF_modules_unload -
+ CONF_modules_free, CONF_modules_finish, CONF_modules_unload -
  OpenSSL configuration cleanup functions
 
 =head1 SYNOPSIS
@@ -10,8 +10,8 @@
  #include <openssl/conf.h>
 
  void CONF_modules_free(void);
- void CONF_modules_unload(int all);
  void CONF_modules_finish(void);
+ void CONF_modules_unload(int all);
 
 =head1 DESCRIPTION
 
index 00883ed2a0503b3f9c7d03143fb168bd82ccfa0d..490337a32f0f59b15acc069faca14055c670c697 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, SSL_SESSION_get_timeout - retrieve and manipulate session time and timeout settings
+SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, SSL_SESSION_set_timeout - retrieve and manipulate session time and timeout settings
 
 =head1 SYNOPSIS