| Index: tests/language_strong/abstract_runtime_error_test.dart | 
| diff --git a/tests/language_strong/abstract_runtime_error_test.dart b/tests/language_strong/abstract_runtime_error_test.dart | 
| index f885ea8cdedcab6d900cd47b91ba850ed8c0a5a2..567e2c1d4714eacd6539b14c3ec32a2f9551c928 100644 | 
| --- a/tests/language_strong/abstract_runtime_error_test.dart | 
| +++ b/tests/language_strong/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. | 
|  | 
|  |