Remove extra `the` in SSL_SESSION_set1_id.pod
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Thu, 21 Dec 2017 08:08:25 +0000 (09:08 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 22 Dec 2017 11:20:08 +0000 (12:20 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4969)

doc/man3/SSL_SESSION_set1_id.pod

index f69c83bf2ab401616d47ec3cea2624ef04520fe3..f0b131d6a1f6f791957b5a30d30a846ce2b0aa3e 100644 (file)
@@ -21,7 +21,7 @@ SSL_SESSION_get_id() returns a pointer to the internal session id value for the
 session B<s>. The length of the id in bytes is stored in B<*len>. The length may
 be 0. The caller should not free the returned pointer directly.
 
-SSL_SESSION_set1_id() sets the the session ID for the B<ssl> SSL/TLS session
+SSL_SESSION_set1_id() sets the session ID for the B<ssl> SSL/TLS session
 to B<sid> of length B<sid_len>.
 
 =head1 RETURN VALUES