| 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());
|
| });
|
|
|
|
|