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

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

Issue 1361833003: Fix a repeated spelling error (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 | no next file » | 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 b8ea0bf5fdd6261b84a302ac5339c081bb5c7346..84df1f97914ccf0b3227f71543759f5b5edfa097 100644
--- a/pkg/analyzer/lib/src/generated/error.dart
+++ b/pkg/analyzer/lib/src/generated/error.dart
@@ -602,7 +602,7 @@ class CompileTimeErrorCode extends ErrorCode {
*/
static const CompileTimeErrorCode CONFLICTING_TYPE_VARIABLE_AND_CLASS =
const CompileTimeErrorCode('CONFLICTING_TYPE_VARIABLE_AND_CLASS',
- "'{0}' cannot be used to name a type varaible in a class with the same name");
+ "'{0}' cannot be used to name a type variable in a class with the same name");
/**
* 7. Classes: It is a compile time error if a generic class declares a type
@@ -611,7 +611,7 @@ class CompileTimeErrorCode extends ErrorCode {
*/
static const CompileTimeErrorCode CONFLICTING_TYPE_VARIABLE_AND_MEMBER =
const CompileTimeErrorCode('CONFLICTING_TYPE_VARIABLE_AND_MEMBER',
- "'{0}' cannot be used to name a type varaible and member in this class");
+ "'{0}' cannot be used to name a type variable and member in this class");
/**
* 12.11.2 Const: It is a compile-time error if evaluation of a constant
@@ -3097,7 +3097,7 @@ class HintCode extends ErrorCode {
"The stack trace variable '{0}' is not used and can be removed");
/**
- * Unused local variables are local varaibles which are never read.
+ * Unused local variables are local variables which are never read.
*/
static const HintCode UNUSED_LOCAL_VARIABLE = const HintCode(
'UNUSED_LOCAL_VARIABLE',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698