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

Unified Diff: sdk/lib/isolate/isolate.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/io/stdio.dart ('k') | sdk/lib/math/rectangle.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/isolate/isolate.dart
diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart
index 5e3fe7f648a1972edc11a563e465d9f00d5d8ca6..b398e533d807844fe4eb1264f38ed0e98dd3f118 100644
--- a/sdk/lib/isolate/isolate.dart
+++ b/sdk/lib/isolate/isolate.dart
@@ -80,7 +80,7 @@ class Isolate {
* through the control port.
*
* Some control messages require a specific capability to be passed along
- * with the message (see [pauseCapability] and [terminateCapaibility]),
+ * with the message (see [pauseCapability] and [terminateCapability]),
* otherwise the message is ignored by the isolate.
*/
final SendPort controlPort;
« no previous file with comments | « sdk/lib/io/stdio.dart ('k') | sdk/lib/math/rectangle.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698