| Index: sdk/lib/io/secure_server_socket.dart
|
| diff --git a/sdk/lib/io/secure_server_socket.dart b/sdk/lib/io/secure_server_socket.dart
|
| index e5fa60fe7aaac0026c43c73df771578167f6248f..45cb5a6ec17eef14c273dd67cc8521a972b2b4e8 100644
|
| --- a/sdk/lib/io/secure_server_socket.dart
|
| +++ b/sdk/lib/io/secure_server_socket.dart
|
| @@ -47,7 +47,7 @@ class SecureServerSocket extends Stream<SecureSocket> {
|
| *
|
| * [certificateName] is the nickname or the distinguished name (DN) of
|
| * the certificate in the certificate database. It is looked up in the
|
| - * NSS certificate database set by SecureSocket.setCertificateDatabase.
|
| + * NSS certificate database set by SecureSocket.initialize.
|
| * If [certificateName] contains "CN=", it is assumed to be a distinguished
|
| * name. Otherwise, it is looked up as a nickname.
|
| *
|
|
|