| Index: sdk/lib/io/socket.dart
|
| diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart
|
| index 337029c20f954afbf35c49055639162955c21031..b64eb75f30dc26d40b274029a06f460a832ce7e4 100644
|
| --- a/sdk/lib/io/socket.dart
|
| +++ b/sdk/lib/io/socket.dart
|
| @@ -537,7 +537,7 @@ abstract class RawSocket implements Stream<RawSocketEvent> {
|
| */
|
| abstract class Socket implements Stream<List<int>>, IOSink {
|
| /**
|
| - * Creats a new socket connection to the host and port and returns a [Future]
|
| + * Creates a new socket connection to the host and port and returns a [Future]
|
| * that will complete with either a [Socket] once connected or an error
|
| * if the host-lookup or connection failed.
|
| *
|
|
|