Index: sdk/lib/core/invocation.dart |
diff --git a/sdk/lib/core/invocation.dart b/sdk/lib/core/invocation.dart |
index 7deaeecda0028352ff895c01601a14ae77a43da1..27418417484ab686c678c1399d167afd73225d87 100644 |
--- a/sdk/lib/core/invocation.dart |
+++ b/sdk/lib/core/invocation.dart |
@@ -42,7 +42,7 @@ abstract class Invocation { |
/** |
* Whether the invocation was a setter call. |
* |
- * If so, [arguments] has exactly one positonal argument, |
+ * If so, [arguments] has exactly one positional argument, |
* and [namedArguments] is empty. |
*/ |
bool get isSetter; |