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

Unified Diff: lib/runner.dart

Issue 1036513002: pkg/isolate: spelling fixes (Closed) Base URL: https://github.com/dart-lang/isolate.git@master
Patch Set: one more Created 5 years, 9 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 | « lib/registry.dart ('k') | lib/src/errors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runner.dart
diff --git a/lib/runner.dart b/lib/runner.dart
index 60e488ab71699b96e7620a32e600965f100ece63..46cee67458c55fe29ab919a59374922d751b3275 100644
--- a/lib/runner.dart
+++ b/lib/runner.dart
@@ -16,12 +16,12 @@ class Runner {
/// Request that [function] be called with the provided arguments.
///
/// The arguments will be applied to the function in the same way as by
- /// [Function.apply], but it may happen in a diffent isolate or setting.
+ /// [Function.apply], but it may happen in a different isolate or setting.
///
/// It's necessary that the function can be sent through a [SendPort]
/// if the call is performed in another isolate.
/// That means the other isolate should be created using [Isolate.spawn]
- /// so that it is running the same code as the sending isoalte,
+ /// so that it is running the same code as the sending isolate,
/// and the function must be a static or top-level function.
///
/// Waits for the result of the call, and completes the returned future
« no previous file with comments | « lib/registry.dart ('k') | lib/src/errors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698