aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/UI_new.pod
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-09-10 12:06:27 +0200
committerFdaSilvaYY <fdasilvayy@gmail.com>2017-11-07 17:09:36 +0100
commitf4411faac4a5dff7d3ded58d8a17664a6996b0e5 (patch)
tree58da9171da23775f3f432abd8e94e223bb2851fb /doc/man3/UI_new.pod
parentf479eab2271c06d73d2e473ce47b0fc6ab742cef (diff)
downloadopenssl-f4411faac4a5dff7d3ded58d8a17664a6996b0e5.tar.gz
Various typo
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4457)
Diffstat (limited to 'doc/man3/UI_new.pod')
-rw-r--r--doc/man3/UI_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/UI_new.pod b/doc/man3/UI_new.pod
index 39b24daa3c..3f622ec8ff 100644
--- a/doc/man3/UI_new.pod
+++ b/doc/man3/UI_new.pod
@@ -102,7 +102,7 @@ this UI, it should be freed using UI_free().
UI_new_method() creates a new UI using the given UI method. When done with
this UI, it should be freed using UI_free().
-UI_OpenSSL() returns the built-in UI method (note: not necessarely the
+UI_OpenSSL() returns the built-in UI method (note: not necessarily the
default one, since the default can be changed. See further on). This
method is the most machine/OS dependent part of OpenSSL and normally
generates the most problems when porting.