| Index: sdk/lib/io/http_parser.dart
|
| diff --git a/sdk/lib/io/http_parser.dart b/sdk/lib/io/http_parser.dart
|
| index a21e9c14cc0bd5c205979253539691ceea587e44..519d9252832963f1c88abe7e3ed7e183d444b376 100644
|
| --- a/sdk/lib/io/http_parser.dart
|
| +++ b/sdk/lib/io/http_parser.dart
|
| @@ -805,7 +805,7 @@ class _HttpParser extends Stream<_HttpIncoming> {
|
| }
|
|
|
| void _onDone() {
|
| - // onDone cancles the subscription.
|
| + // onDone cancels the subscription.
|
| _socketSubscription = null;
|
| if (_state == _State.CLOSED || _state == _State.FAILURE) return;
|
|
|
|
|