aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-09-20 03:24:36 +0000
committerUlf Möller <ulf@openssl.org>2000-09-20 03:24:36 +0000
commitc8973693abbe48a037638041719ec3f41222fe32 (patch)
treeb4c512b07d27b16a5e36cc55286af8979efa06d6 /doc/ssl
parent4e87e05b25ad89fc2bc4f650d717926fe863be8d (diff)
downloadopenssl-c8973693abbe48a037638041719ec3f41222fe32.tar.gz
ispell.
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_library_init.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_library_init.pod b/doc/ssl/SSL_library_init.pod
index e982a5f01d..bf2a94c760 100644
--- a/doc/ssl/SSL_library_init.pod
+++ b/doc/ssl/SSL_library_init.pod
@@ -27,8 +27,8 @@ SSL_library_init() must be called before any other action takes place.
=head1 IMPORTANT
SSL_library_init() only registers ciphers. Another important initialization
-is the seeding of the PRNG (Pseude Random Number Generator), which has to
-be performed seperately.
+is the seeding of the PRNG (Pseudo Random Number Generator), which has to
+be performed separately.
=head1 EXAMPLES