jdk/src/share/classes/sun/security/ssl/SSLServerSocketImpl.java
changeset 13815 2de30ecf335e
parent 9246 c459f79af46b
child 14194 971f46db533d
--- a/jdk/src/share/classes/sun/security/ssl/SSLServerSocketImpl.java	Tue Sep 18 13:14:49 2012 +0100
+++ b/jdk/src/share/classes/sun/security/ssl/SSLServerSocketImpl.java	Tue Sep 18 06:51:02 2012 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -168,7 +168,7 @@
      * @return an array of cipher suite names
      */
     public String[] getSupportedCipherSuites() {
-        return sslContext.getSuportedCipherSuiteList().toStringArray();
+        return sslContext.getSupportedCipherSuiteList().toStringArray();
     }
 
     /**