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

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

Issue 2841543002: Spelling a (Closed)
Patch Set: Created 3 years, 8 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 | « pkg/analyzer/lib/src/context/builder.dart ('k') | pkg/compiler/lib/src/inferrer/inferrer_engine.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_verifier.dart
diff --git a/pkg/analyzer/lib/src/generated/error_verifier.dart b/pkg/analyzer/lib/src/generated/error_verifier.dart
index 1d1cb03d0682ca3949de6c777b08d13e50b326bb..b9e67d69d6af065a387804904b1c4f0d9fb7734a 100644
--- a/pkg/analyzer/lib/src/generated/error_verifier.dart
+++ b/pkg/analyzer/lib/src/generated/error_verifier.dart
@@ -2854,7 +2854,7 @@ class ErrorVerifier extends RecursiveAstVisitor<Object> {
// prepare accessor properties
String name = accessor.displayName;
bool getter = accessor.isGetter;
- // if non-final variable, ignore setter - we alreay reported problem for
+ // if non-final variable, ignore setter - we already reported problem for
// getter
if (accessor.isSetter && accessor.isSynthetic) {
continue;
« no previous file with comments | « pkg/analyzer/lib/src/context/builder.dart ('k') | pkg/compiler/lib/src/inferrer/inferrer_engine.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698