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

Unified Diff: tests/lib_strong/html/debugger_test.dart

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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 | « tests/lib_strong/async/zone_bind_callback_unary_test.dart ('k') | tests/lib_strong/html/element_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/html/debugger_test.dart
diff --git a/tests/lib_strong/html/debugger_test.dart b/tests/lib_strong/html/debugger_test.dart
index f14c00347f7ba6e875e95edf4b74f1a89d1dcc32..83d39aaa2d3c261becff2d10fcc4b63cf24a4ff2 100644
--- a/tests/lib_strong/html/debugger_test.dart
+++ b/tests/lib_strong/html/debugger_test.dart
@@ -302,7 +302,7 @@ window.ExampleJSClass = function ExampleJSClass(x) {
group('Class formatting', () {
addNestedFormatterGoldens('TestClass', new TestClass(17));
addNestedFormatterGoldens('MouseEvent', new MouseEvent("click"));
- // This is a good class to test as it has statics and a deep inheritance heirarchy
+ // This is a good class to test as it has statics and a deep inheritance hierarchy
addNestedFormatterGoldens('HttpRequest', new HttpRequest());
});
« no previous file with comments | « tests/lib_strong/async/zone_bind_callback_unary_test.dart ('k') | tests/lib_strong/html/element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698