Index: tools/dom/src/KeyboardEventStream.dart |
diff --git a/tools/dom/src/KeyboardEventStream.dart b/tools/dom/src/KeyboardEventStream.dart |
index a8c4ab99eb300fa6a6ba0d3053978d47404aca95..b77b469ab983e4cc6daf40c4ac27c2863a24d4e5 100644 |
--- a/tools/dom/src/KeyboardEventStream.dart |
+++ b/tools/dom/src/KeyboardEventStream.dart |
@@ -128,7 +128,7 @@ class _KeyboardEventHandler extends EventStreamProvider<KeyEvent> { |
} |
/** |
- * Given the charater code returned from a keyDown [event], try to ascertain |
+ * Given the character code returned from a keyDown [event], try to ascertain |
* and return the corresponding charCode for the character that was pressed. |
* This information is not shown to the user, but used to help polyfill |
* keypress events. |