Doc nits cleanup, round 2
[openssl.git] / doc / ssl / SSL_CTX_set_split_send_fragment.pod
index 9e7ab63b9a494e0dd781809e8859e112352a73c3..a1f42e2eaf96bbbf8ba29585ecf5705324defa8d 100644 (file)
@@ -58,7 +58,7 @@ explained further below. OpenSSL will only every use more than one pipeline if
 a ciphersuite is negotiated that uses a pipeline capable cipher provided by an
 engine.
 
-Pipelining operates slighly differently for reading encrypted data compared to
+Pipelining operates slightly differently for reading encrypted data compared to
 writing encrypted data. SSL_CTX_set_split_send_fragment() and
 SSL_set_split_send_fragment() define how data is split up into pipelines when
 writing encrypted data. The number of pipelines used will be determined by the
@@ -124,4 +124,13 @@ functions were added in OpenSSL 1.1.0.
 
 L<SSL_CTX_set_read_ahead(3)>, L<SSL_pending(3)>
 
+=head1 COPYRIGHT
+
+Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the OpenSSL license (the "License").  You may not use
+this file except in compliance with the License.  You can obtain a copy
+in the file LICENSE in the source distribution or at
+L<https://www.openssl.org/source/license.html>.
+
 =cut