Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1159)

Unified Diff: tools/dom/src/dart2js_KeyEvent.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/src/KeyboardEventStream.dart ('k') | tools/dom/src/native_DOMImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « tools/dom/src/KeyboardEventStream.dart ('k') | tools/dom/src/native_DOMImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698