| 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 a6defbd57ae0321f2f9a0e76727c2c3ac37859f6..f8a9df028ded2a7f55ab0c68a8e39dc97f9dab50 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -20427,7 +20427,7 @@ class HttpRequest extends HttpRequestEventTarget {
|
| void send([body_OR_data]) native ;
|
|
|
| /**
|
| - * Sets the value of an HTTP requst header.
|
| + * Sets the value of an HTTP request header.
|
| *
|
| * This method should be called after the request is opened, but before
|
| * the request is sent.
|
|
|