| Index: sdk/lib/io/socket.dart
|
| diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart
|
| index 4ece18658bab624b9cc944798c5fc604df823fc1..7524f3dcf15c1e097334a5dd0466bcc5cf9415df 100644
|
| --- a/sdk/lib/io/socket.dart
|
| +++ b/sdk/lib/io/socket.dart
|
| @@ -354,7 +354,7 @@ class SocketOption {
|
| /**
|
| * Enable or disable no-delay on the socket. If TCP_NODELAY is enabled, the
|
| * socket will not buffer data internally, but instead write each data chunk
|
| - * as an invidual TCP packet.
|
| + * as an individual TCP packet.
|
| *
|
| * TCP_NODELAY is disabled by default.
|
| */
|
|
|