| Index: tests/language/abstract_runtime_error_test.dart
|
| diff --git a/tests/language/abstract_runtime_error_test.dart b/tests/language/abstract_runtime_error_test.dart
|
| index 99f8fa051bc44133259846ebb5746d8be42c80cf..a34791f72adda3b9be30718250dc62b1d5dac4aa 100644
|
| --- a/tests/language/abstract_runtime_error_test.dart
|
| +++ b/tests/language/abstract_runtime_error_test.dart
|
| @@ -6,7 +6,7 @@ import "package:expect/expect.dart";
|
|
|
| // Test various conditions around instantiating an abstract class.
|
|
|
| -// From The Dart Programming Langauge Specification, 11.11.1 "New":
|
| +// From The Dart Programming Language Specification, 11.11.1 "New":
|
| // If q is a constructor of an abstract class then an
|
| // AbstractClassInstantiation- Error is thrown.
|
|
|
|
|