| Index: lib/compiler/implementation/warnings.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/warnings.dart (revision 8103)
|
| +++ lib/compiler/implementation/warnings.dart (working copy)
|
| @@ -159,7 +159,7 @@
|
| static final CYCLIC_TYPE_VARIABLE = const MessageKind(
|
| "cyclic reference to type variable #{1}");
|
| static final TYPE_NAME_EXPECTED = const MessageKind(
|
| - "class or interface name exptected");
|
| + "class or interface name expected");
|
|
|
| static final CANNOT_EXTEND = const MessageKind(
|
| "#{1} cannot be extended");
|
|
|