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

Unified Diff: lib/ports.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/load_balancer.dart ('k') | lib/registry.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/ports.dart
diff --git a/lib/ports.dart b/lib/ports.dart
index f68a79f7e33004f098f18cbe850f7635bd3d0ddc..4a185fe9e98d117c6d9ed8fbf0d48f8955d62c73 100644
--- a/lib/ports.dart
+++ b/lib/ports.dart
@@ -28,7 +28,7 @@ import "src/lists.dart";
///
/// The [callback] function is called once, with the first message
/// received by the receive port.
-/// All futher messages are ignored.
+/// All further messages are ignored.
///
/// If [timeout] is supplied, it is used as a limit on how
/// long it can take before the message is received. If a
@@ -245,7 +245,7 @@ void completeFutureResult(var response, Completer completer) {
}
-/// Convertes a received message created by [sendFutureResult] to a future
+/// Converts a received message created by [sendFutureResult] to a future
/// result.
///
/// The [response] must be a message on the format sent by [sendFutureResult].
« no previous file with comments | « lib/load_balancer.dart ('k') | lib/registry.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698