summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_get_ex_new_index.pod
diff options
context:
space:
mode:
authorXiaoyin Liu <xiaoyinl@users.noreply.github.com>2017-07-31 18:58:40 -0400
committerPauli <paul.dale@oracle.com>2017-08-01 09:30:11 +1000
commita970b14f8d6f867a894824c60ae5c3e6cca5a89f (patch)
treeffcd7e1324e132ac4c382794152d7e5c46136681 /doc/man3/BIO_get_ex_new_index.pod
parente670db0183079b5f6325ce2abd9d785e0f966890 (diff)
Fix typo in documents
I scanned all files in the doc folder with a spell checker (https://github.com/EWSoftware/VSSpellChecker). This patch (hopefully) corrected all spell errors that it found. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/4065)
Diffstat (limited to 'doc/man3/BIO_get_ex_new_index.pod')
-rw-r--r--doc/man3/BIO_get_ex_new_index.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/BIO_get_ex_new_index.pod b/doc/man3/BIO_get_ex_new_index.pod
index c4797b1576..7a5ea489e8 100644
--- a/doc/man3/BIO_get_ex_new_index.pod
+++ b/doc/man3/BIO_get_ex_new_index.pod
@@ -45,7 +45,7 @@ with the correct B<index> value.
TYPE_set_ex_data() is a function that calls CRYPTO_set_ex_data() with
an offset into the opaque exdata part of the TYPE object.
-TYPE_get_ex_data() is a function that calls CRYPTO_get_ex_data() with an
+TYPE_get_ex_data() is a function that calls CRYPTO_get_ex_data() with
an offset into the opaque exdata part of the TYPE object.
=head1 SEE ALSO
@@ -54,7 +54,7 @@ L<CRYPTO_get_ex_new_index(3)>.
=head1 COPYRIGHT
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2017 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy