The branch master has been updated
       via  67adf0a7c273a82901ce8705ae8d71ee2f1c959c (commit)
      from  3c274a6e2016b6724fbfe3ff1487efa2a536ece4 (commit)


- Log -----------------------------------------------------------------
commit 67adf0a7c273a82901ce8705ae8d71ee2f1c959c
Author: Markus Triska <[email protected]>
Date:   Sun Dec 25 19:58:38 2016 +0100

    replace "will lookup up" by "will look up"
    
    Reviewed-by: Rich Salz <[email protected]>
    Reviewed-by: Tim Hudson <[email protected]>
    Reviewed-by: Richard Levitte <[email protected]>
    CLA: trivial
    (Merged from https://github.com/openssl/openssl/pull/2145)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/SSL_CTX_set_session_cache_mode.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/SSL_CTX_set_session_cache_mode.pod 
b/doc/man3/SSL_CTX_set_session_cache_mode.pod
index 93096c9..18c9783 100644
--- a/doc/man3/SSL_CTX_set_session_cache_mode.pod
+++ b/doc/man3/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.
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to