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

Unified Diff: sdk/lib/core/invocation.dart

Issue 2655883002: fix spelling in core libraries (Closed)
Patch Set: while I’m at it… Created 3 years, 11 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 | « sdk/lib/core/expando.dart ('k') | sdk/lib/core/list.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « sdk/lib/core/expando.dart ('k') | sdk/lib/core/list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698