Typo
[oweals/openssl.git] / doc / ssl / SSL_library_init.pod
index e982a5f01d5c304343aa5bfa3c3c73420472f80c..eed526e47efec90a3f035b1be2168e4730e5c587 100644 (file)
@@ -23,12 +23,13 @@ for SSL_library_init().
 =head1 NOTES
 
 SSL_library_init() must be called before any other action takes place.
+SSL_library_init() is not reentrant. 
 
-=head1 IMPORTANT
+=head1 WARNING
 
 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