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

Unified Diff: lib/load_balancer.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 | « example/runner_pool.dart ('k') | lib/ports.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/load_balancer.dart
diff --git a/lib/load_balancer.dart b/lib/load_balancer.dart
index 7e195868c7983cbf9cb117772d8aa2b22113aec5..3f0828845831ee09ae1aa3526fcba2477b5d2820 100644
--- a/lib/load_balancer.dart
+++ b/lib/load_balancer.dart
@@ -267,7 +267,7 @@ class _LoadBalancerEntry implements Comparable<_LoadBalancerEntry> {
/// Whether the entry is still in the queue.
bool get inQueue => queueIndex >= 0;
- Future run(LoadBalancer balancer, int load, function(argumen), argument,
+ Future run(LoadBalancer balancer, int load, function(argument), argument,
Duration timeout, onTimeout()) {
return runner.run(function, argument,
timeout: timeout, onTimeout: onTimeout).whenComplete(() {
« no previous file with comments | « example/runner_pool.dart ('k') | lib/ports.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698