| 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 e9ffb97c346c57fcc3304b922158bb96de672a3a..5533df647227779d939e72804afbf18e191b2997 100644
|
| --- a/sdk/lib/io/secure_server_socket.dart
|
| +++ b/sdk/lib/io/secure_server_socket.dart
|
| @@ -183,7 +183,7 @@ class RawSecureServerSocket extends Stream<RawSecureSocket> {
|
| * was received, the result will be null.
|
| *
|
| * [supportedProtocols] is an optional list of protocols (in decreasing
|
| - * order of preference) to use during the ALPN protocol negogiation with
|
| + * order of preference) to use during the ALPN protocol negotiation with
|
| * clients. Example values are "http/1.1" or "h2". The selected protocol
|
| * can be obtained via [RawSecureSocket.selectedProtocol].
|
| *
|
|
|