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

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

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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
Index: pkg/analyzer/lib/src/error/codes.dart
diff --git a/pkg/analyzer/lib/src/error/codes.dart b/pkg/analyzer/lib/src/error/codes.dart
index 9a04fd2e9e8cffc3c647587e1e9c567c5863f9b8..b2fd9ea9934614262e670360343528387ad626c7 100644
--- a/pkg/analyzer/lib/src/error/codes.dart
+++ b/pkg/analyzer/lib/src/error/codes.dart
@@ -2948,7 +2948,7 @@ class StaticTypeWarningCode extends ErrorCode {
"The function '{0}' isn't defined.",
"Try importing the library that defines '{0}', "
"correcting the name to the name of an existing function, or "
- "defining a funtion named '{0}'.");
+ "defining a function named '{0}'.");
/**
* 12.17 Getter Invocation: Let <i>T</i> be the static type of <i>e</i>. It is
« no previous file with comments | « pkg/analyzer/lib/src/dart/resolver/inheritance_manager.dart ('k') | pkg/analyzer/lib/src/generated/element_resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698