summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Triska <triska@metalevel.at>2016-12-25 19:58:38 +0100
committerRichard Levitte <levitte@openssl.org>2016-12-29 02:18:45 +0100
commit18b8431f3b8a593bdcceb0d8f1c9612bddb77541 (patch)
treecc33a8fb693162de4a31650143eddb0056adfa5b
parent58c81e7e0b71fe45ae836c59506daac87199dcbb (diff)
downloadopenssl-new-18b8431f3b8a593bdcceb0d8f1c9612bddb77541.tar.gz
replace "will lookup up" by "will look up"
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> CLA: trivial (Merged from https://github.com/openssl/openssl/pull/2145) (cherry picked from commit 67adf0a7c273a82901ce8705ae8d71ee2f1c959c)
-rw-r--r--doc/ssl/SSL_CTX_set_session_cache_mode.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_set_session_cache_mode.pod b/doc/ssl/SSL_CTX_set_session_cache_mode.pod
index c5d2f43dff..4d71f85ced 100644
--- a/doc/ssl/SSL_CTX_set_session_cache_mode.pod
+++ b/doc/ssl/SSL_CTX_set_session_cache_mode.pod
@@ -30,7 +30,7 @@ server. It can only send exactly one id. The server then either
agrees to reuse the session or it starts a full handshake (to create a new
session).
-A server will lookup up the session in its internal session storage. If the
+A server will look up the session in its internal session storage. If the
session is not found in internal storage or lookups for the internal storage
have been deactivated (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP), the server will try
the external storage if available.