Author: sebb
Date: Sun Sep 22 01:52:48 2013
New Revision: 1525314

URL: http://svn.apache.org/r1525314
Log:
Typos

Modified:
    
commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/SSLContextUtils.java

Modified: 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/SSLContextUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/SSLContextUtils.java?rev=1525314&r1=1525313&r2=1525314&view=diff
==============================================================================
--- 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/SSLContextUtils.java
 (original)
+++ 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/SSLContextUtils.java
 Sun Sep 22 01:52:48 2013
@@ -35,7 +35,7 @@ public class SSLContextUtils {
     }
 
     /**
-     * Create and initialise sn SSLContext.
+     * Create and initialise an SSLContext.
      * @param protocol the protocol used to instatiate the context
      * @param keyManager the key manager, may be {@code null}
      * @param trustManager the trust manager, may be {@code null}
@@ -49,7 +49,7 @@ public class SSLContextUtils {
     }
 
     /**
-     * Create and initialise sn SSLContext.
+     * Create and initialise an SSLContext.
      * @param protocol the protocol used to instatiate the context
      * @param keyManagers the array of key managers, may be {@code null} but 
array entries must not be {@code null}
      * @param trustManagers the array of trust managers, may be {@code null} 
but array entries must not be {@code null}


Reply via email to