summaryrefslogtreecommitdiff
path: root/doc/crypto/threads.pod
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/crypto/threads.pod
parent4e87e05b25ad89fc2bc4f650d717926fe863be8d (diff)
downloadopenssl-new-c8973693abbe48a037638041719ec3f41222fe32.tar.gz
ispell.
Diffstat (limited to 'doc/crypto/threads.pod')
-rw-r--r--doc/crypto/threads.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/threads.pod b/doc/crypto/threads.pod
index 7fa18aa443..bc7ff9b705 100644
--- a/doc/crypto/threads.pod
+++ b/doc/crypto/threads.pod
@@ -53,7 +53,7 @@ OpenSSL can safely be used in multi-threaded applications provided
that at least two callback functions are set.
locking_function(int mode, int n, const char *file, int line) is
-needed to perform locking on shared data stuctures. Multi-threaded
+needed to perform locking on shared data structures. Multi-threaded
applications will crash at random if it is not set.
locking_function() must be able to handle up to CRYPTO_num_locks()
@@ -89,7 +89,7 @@ dyn_create_function(const char *file, int line) is needed to create a
lock. Multi-threaded applications might crash at random if it is not set.
dyn_lock_function(int mode, CRYPTO_dynlock *l, const char *file, int line)
-is needed to perform locking off dynamic lock nunmbered n. Multi-threaded
+is needed to perform locking off dynamic lock numbered n. Multi-threaded
applications might crash at random if it is not set.
dyn_destroy_function(CRYPTO_dynlock *l, const char *file, int line) is