| Index: tools/dom/src/dart2js_KeyEvent.dart
|
| diff --git a/tools/dom/src/dart2js_KeyEvent.dart b/tools/dom/src/dart2js_KeyEvent.dart
|
| index 60b0100075c8bfe2097eb02b963029a382cceadc..720cc1fb768497ef8ebf4088be1972a6208d1cc5 100644
|
| --- a/tools/dom/src/dart2js_KeyEvent.dart
|
| +++ b/tools/dom/src/dart2js_KeyEvent.dart
|
| @@ -106,7 +106,7 @@ class KeyEvent extends _WrappedEvent implements KeyboardEvent {
|
| // we set it with our specified values. Because we are doing custom setting
|
| // of certain values (charCode/keyCode, etc) only in this class (as opposed
|
| // to KeyboardEvent) and the way we set these custom values depends on the
|
| - // type of underlying JS object, we do all the contruction for the
|
| + // type of underlying JS object, we do all the construction for the
|
| // underlying KeyboardEvent here.
|
| if (canUseDispatchEvent) {
|
| // Currently works in everything but Internet Explorer.
|
|
|