summaryrefslogtreecommitdiffstats
path: root/doc/internal/man3/openssl_ctx_get_data.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/internal/man3/openssl_ctx_get_data.pod')
-rw-r--r--doc/internal/man3/openssl_ctx_get_data.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/man3/openssl_ctx_get_data.pod b/doc/internal/man3/openssl_ctx_get_data.pod
index d9b3f5dd43..3d821b5fba 100644
--- a/doc/internal/man3/openssl_ctx_get_data.pod
+++ b/doc/internal/man3/openssl_ctx_get_data.pod
@@ -29,7 +29,7 @@ as a C<CRYPTO_EX_DATA>, which allows data from diverse parts of the
library to be added and removed dynamically.
Each such data item must have a corresponding CRYPTO_EX_DATA index
associated with it. Unlike normal CRYPTO_EX_DATA objects we use static indexes
-to identify data items. These are mapped transparetnly to CRYPTO_EX_DATA dynamic
+to identify data items. These are mapped transparently to CRYPTO_EX_DATA dynamic
indexes internally to the implementation.
See the example further down to see how that's done.