Index: pkg/analyzer/lib/src/kernel/ast_from_analyzer.dart |
diff --git a/pkg/analyzer/lib/src/kernel/ast_from_analyzer.dart b/pkg/analyzer/lib/src/kernel/ast_from_analyzer.dart |
index 0d04de9d92115a991b478dd8d6cae09087138440..9a26298d911b3e550774a292bbde0ead98e49658 100644 |
--- a/pkg/analyzer/lib/src/kernel/ast_from_analyzer.dart |
+++ b/pkg/analyzer/lib/src/kernel/ast_from_analyzer.dart |
@@ -729,7 +729,7 @@ class ExpressionScope extends TypeScope { |
/// Throws a NoSuchMethodError corresponding to a call to [memberName] on |
/// [receiver] with the given [arguments]. |
/// |
- /// If provided, [candiateTarget] provides the expected arity and argument |
+ /// If provided, [candidateTarget] provides the expected arity and argument |
/// names for the best candidate target. |
ast.Expression buildThrowNoSuchMethodError( |
ast.Expression receiver, String memberName, ast.Arguments arguments, |