summaryrefslogtreecommitdiffstats
path: root/doc
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
parentf479eab2271c06d73d2e473ce47b0fc6ab742cef (diff)
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')
-rw-r--r--doc/man3/ASN1_TIME_set.pod2
-rw-r--r--doc/man3/SSL_read_early_data.pod2
-rw-r--r--doc/man3/UI_new.pod2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/ASN1_TIME_set.pod b/doc/man3/ASN1_TIME_set.pod
index 1bb5672457..d45cfe6d75 100644
--- a/doc/man3/ASN1_TIME_set.pod
+++ b/doc/man3/ASN1_TIME_set.pod
@@ -224,7 +224,7 @@ if the time is successfully printed out and 0 if an error occurred (I/O error or
invalid time format).
ASN1_TIME_to_tm() returns 1 if the time is successfully parsed and 0 if an
-error occured (invalid time format).
+error occurred (invalid time format).
ASN1_TIME_diff() returns 1 for success and 0 for failure. It can fail if the
passed-in time structure has invalid syntax, for example.
diff --git a/doc/man3/SSL_read_early_data.pod b/doc/man3/SSL_read_early_data.pod
index 10736841a1..da95a2a6db 100644
--- a/doc/man3/SSL_read_early_data.pod
+++ b/doc/man3/SSL_read_early_data.pod
@@ -115,7 +115,7 @@ SSL_read_early_data() may return 3 possible values:
=item SSL_READ_EARLY_DATA_ERROR
-This indicates an IO or some other error occured. This should be treated in the
+This indicates an IO or some other error occurred. This should be treated in the
same way as a 0 return value from L<SSL_read_ex(3)>.
=item SSL_READ_EARLY_DATA_SUCCESS
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.