Author: kkolinko Date: Mon Oct 26 01:47:24 2015 New Revision: 1710500 URL: http://svn.apache.org/viewvc?rev=1710500&view=rev Log: CTR: docs. Fix a pair of typos in documentation.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58222 Backport of r1694790 from Tomcat 7 Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=1710500&r1=1710499&r2=1710500&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Mon Oct 26 01:47:24 2015 @@ -775,7 +775,7 @@ </attribute> <attribute name="sslProtocol" required="false"> - <p>The the SSL protocol(s) to use (a single value may enable multiple + <p>The SSL protocol(s) to use (a single value may enable multiple protocols - see the JVM documentation for details). If not specified, the default is <code>TLS</code>. The permitted values may be obtained from the JVM documentation for the allowed values for algorithm when creating an @@ -805,7 +805,7 @@ order in which keys are read from the keystore is implementation dependent. It may not be the case that keys are read from the keystore in the same order as they were added. If more than one key is present in the - kesytore it is strongly recommended that a keyAlias is configured to + keystore it is strongly recommended that a keyAlias is configured to ensure that the correct key is used.</p> </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org