| Index: compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java (revision 11673)
|
| +++ compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java (working copy)
|
| @@ -57,7 +57,7 @@
|
| CIRCULAR_REFERENCE(
|
| "Circular reference detected: compile-time constants cannot reference themselves."),
|
| CONST_REQUIRES_VALUE("Constant fields must have an initial value"),
|
| - CONSTRUCTOR_CANNOT_BE_ABSTRACT("A constructor cannot be asbstract"),
|
| + CONSTRUCTOR_CANNOT_BE_ABSTRACT("A constructor cannot be abstract"),
|
| CONSTRUCTOR_CANNOT_BE_STATIC("A constructor cannot be static"),
|
| CONSTRUCTOR_CANNOT_HAVE_RETURN_TYPE("Generative constructors cannot have return type"),
|
| CONST_AND_NONCONST_CONSTRUCTOR("Cannot reference to non-const constructor."),
|
|
|