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 |