Author: kkolinko
Date: Fri Dec 18 02:03:15 2015
New Revision: 1720711
URL: http://svn.apache.org/viewvc?rev=1720711&view=rev
Log:
Fix typo in a comment - followup to r1720640
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java?rev=1720711&r1=1720710&r2=1720711&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java
(original)
+++
tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java
Fri Dec 18 02:03:15 2015
@@ -667,7 +667,7 @@ public class TestOpenSSLCipherConfigurat
// OpenSSL treats many ciphers as having equal preference. The order
// returned depends on the order they are requested. The following code
// checks that the Parser produces a cipher list that is consistent
with
- // OpenSSL's preference order by confirming that running through
OPenSSL
+ // OpenSSL's preference order by confirming that running through
OpenSSL
// does not change the order.
String parserOrderedExpression =
listToString(jsseCipherListFromParser, ',');
Assert.assertEquals(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]