Documentation updates
[openssl.git] / doc / man3 / SSL_CTX_set_tmp_dh_callback.pod
index 24d02dc20cf7e960fb99080cf7a843aa37bbbc3d..ee62d85445baee849cea5e5207dde8a296c6ffec 100644 (file)
@@ -74,7 +74,7 @@ can supply the DH parameters via a callback function.
 
 Previous versions of the callback used B<is_export> and B<keylength>
 parameters to control parameter generation for export and non-export
-cipher suites. Modern servers that do not support export ciphersuites
+cipher suites. Modern servers that do not support export cipher suites
 are advised to either use SSL_CTX_set_tmp_dh() or alternatively, use
 the callback but ignore B<keylength> and B<is_export> and simply
 supply at least 2048-bit parameters in the callback.