| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 32629a4e8d140ba894aaf5a970ca1c2262749bce..b730bcdd8284ace0f3c5362eff7eeaec5b69f58a 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -20359,7 +20359,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.
|
| */
|
|
|