| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index b7b2aefefcc27fa749b4149a8fdabb5777f3b102..77a2613ceac513bffebcbfeeec8c80577c381316 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -22642,7 +22642,7 @@ class HttpRequest extends HttpRequestEventTarget {
|
| /**
|
| * Stop the current request.
|
| *
|
| - * The request can only be stopped if readyState is `HEADERS_RECIEVED` or
|
| + * The request can only be stopped if readyState is `HEADERS_RECEIVED` or
|
| * `LOADING`. If this method is not in the process of being sent, the method
|
| * has no effect.
|
| */
|
|
|