aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/SSL_CTX_set_tlsext_use_srtp.pod
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-03-10 13:13:23 -0500
committerRich Salz <rsalz@openssl.org>2018-03-10 13:13:23 -0500
commit3266cf582a8e1b0bd04600658f64e2c9a79cf903 (patch)
tree94b4d3d6d52594e432a31c9c5d0cbe7d16f8edf1 /doc/man3/SSL_CTX_set_tlsext_use_srtp.pod
parent78a50c7524e86137e4db3d57d1a06eb573b26054 (diff)
downloadopenssl-3266cf582a8e1b0bd04600658f64e2c9a79cf903.zip
openssl-3266cf582a8e1b0bd04600658f64e2c9a79cf903.tar.gz
openssl-3266cf582a8e1b0bd04600658f64e2c9a79cf903.tar.bz2
Fixed a handful of typos
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5583)
Diffstat (limited to 'doc/man3/SSL_CTX_set_tlsext_use_srtp.pod')
-rw-r--r--doc/man3/SSL_CTX_set_tlsext_use_srtp.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_CTX_set_tlsext_use_srtp.pod b/doc/man3/SSL_CTX_set_tlsext_use_srtp.pod
index 2746d50..2bc3a43 100644
--- a/doc/man3/SSL_CTX_set_tlsext_use_srtp.pod
+++ b/doc/man3/SSL_CTX_set_tlsext_use_srtp.pod
@@ -75,7 +75,7 @@ SSL_get_selected_srtp_profile(). This function will return NULL if no SRTP
protection profile was negotiated. The memory returned from this function should
not be freed by the caller.
-If an SRTP protection profile has been sucessfully negotiated then the SRTP
+If an SRTP protection profile has been successfully negotiated then the SRTP
keying material (on both the client and server) should be obtained via a call to
L<SSL_export_keying_material(3)>. This call should provide a label value of
"EXTRACTOR-dtls_srtp" and a NULL context value (use_context is 0). The total