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

Unified Diff: tests/lib/async/zone_bind_callback_unary_test.dart

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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 | « tests/lib/async/stream_state_helper.dart ('k') | tests/lib/math/math_parse_double_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/zone_bind_callback_unary_test.dart
diff --git a/tests/lib/async/zone_bind_callback_unary_test.dart b/tests/lib/async/zone_bind_callback_unary_test.dart
index 3f315e312db6b8dc50abd0c1615412794fc2b8e6..19155abc214e579679806fbe5be14444dce0f34b 100644
--- a/tests/lib/async/zone_bind_callback_unary_test.dart
+++ b/tests/lib/async/zone_bind_callback_unary_test.dart
@@ -36,7 +36,7 @@ main() {
Expect.isFalse(identical(fun, bound));
// It is legal to invoke the callback in a different zone. This is, of course,
- // etremely discouraged.
+ // extremely discouraged.
var result = bound(399);
Expect.equals(498, result);
Expect.equals(499, restoredValue);
« no previous file with comments | « tests/lib/async/stream_state_helper.dart ('k') | tests/lib/math/math_parse_double_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698