Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: pkg/analyzer/lib/src/generated/error.dart

Issue 650323002: Fix spelling: existant -> existent (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/error.dart
diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
index 5fb234de1eb8476b8daf6c9fe8a2ff15677731fe..ba84adfd84a811f3f1f2134da9b64032a0456200 100644
--- a/pkg/analyzer/lib/src/generated/error.dart
+++ b/pkg/analyzer/lib/src/generated/error.dart
@@ -1130,9 +1130,9 @@ class CompileTimeErrorCode extends Enum<CompileTimeErrorCode> implements ErrorCo
*
* @param id the name of the initializing formal that is not an instance variable in the
* immediately enclosing class
- * @see #INITIALIZING_FORMAL_FOR_NON_EXISTANT_FIELD
+ * @see #INITIALIZING_FORMAL_FOR_NON_EXISTENT_FIELD
*/
- static const CompileTimeErrorCode INITIALIZER_FOR_NON_EXISTANT_FIELD = const CompileTimeErrorCode.con1('INITIALIZER_FOR_NON_EXISTANT_FIELD', 75, "'{0}' is not a variable in the enclosing class");
+ static const CompileTimeErrorCode INITIALIZER_FOR_NON_EXISTENT_FIELD = const CompileTimeErrorCode.con1('INITIALIZER_FOR_NON_EXISTENT_FIELD', 75, "'{0}' is not a variable in the enclosing class");
/**
* 7.6.1 Generative Constructors: Let <i>k</i> be a generative constructor. It is a compile-time
@@ -1153,9 +1153,9 @@ class CompileTimeErrorCode extends Enum<CompileTimeErrorCode> implements ErrorCo
* @param id the name of the initializing formal that is not an instance variable in the
* immediately enclosing class
* @see #INITIALIZING_FORMAL_FOR_STATIC_FIELD
- * @see #INITIALIZER_FOR_NON_EXISTANT_FIELD
+ * @see #INITIALIZER_FOR_NON_EXISTENT_FIELD
*/
- static const CompileTimeErrorCode INITIALIZING_FORMAL_FOR_NON_EXISTANT_FIELD = const CompileTimeErrorCode.con1('INITIALIZING_FORMAL_FOR_NON_EXISTANT_FIELD', 77, "'{0}' is not a variable in the enclosing class");
+ static const CompileTimeErrorCode INITIALIZING_FORMAL_FOR_NON_EXISTENT_FIELD = const CompileTimeErrorCode.con1('INITIALIZING_FORMAL_FOR_NON_EXISTENT_FIELD', 77, "'{0}' is not a variable in the enclosing class");
/**
* 7.6.1 Generative Constructors: An initializing formal has the form <i>this.id</i>. It is a
@@ -1962,9 +1962,9 @@ class CompileTimeErrorCode extends Enum<CompileTimeErrorCode> implements ErrorCo
IMPORT_INTERNAL_LIBRARY,
IMPORT_OF_NON_LIBRARY,
INCONSISTENT_CASE_EXPRESSION_TYPES,
- INITIALIZER_FOR_NON_EXISTANT_FIELD,
+ INITIALIZER_FOR_NON_EXISTENT_FIELD,
INITIALIZER_FOR_STATIC_FIELD,
- INITIALIZING_FORMAL_FOR_NON_EXISTANT_FIELD,
+ INITIALIZING_FORMAL_FOR_NON_EXISTENT_FIELD,
INITIALIZING_FORMAL_FOR_STATIC_FIELD,
INSTANCE_MEMBER_ACCESS_FROM_FACTORY,
INSTANCE_MEMBER_ACCESS_FROM_STATIC,
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698