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

Unified Diff: tools/testing/dart/browser_controller.dart

Issue 2841543002: Spelling a (Closed)
Patch Set: Created 3 years, 8 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_strong/mirrors/method_mirror_returntype_test.dart ('k') | tools/testing/dart/test_controller.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_controller.dart
diff --git a/tools/testing/dart/browser_controller.dart b/tools/testing/dart/browser_controller.dart
index 9ffaa05566b6998143fe2cd29ff0e4a7aa003bbe..489efc51ef4130bbd1e9c0e13a6acdb214a48ef1 100644
--- a/tools/testing/dart/browser_controller.dart
+++ b/tools/testing/dart/browser_controller.dart
@@ -1462,7 +1462,7 @@ class BrowserTestingServer {
request.response.write(text);
await request.listen(null).asFuture();
// Ignoring the returned closure as it returns the 'done' future
- // which alread has catchError installed above.
+ // which already has catchError installed above.
request.response.close();
});
}
« no previous file with comments | « tests/lib_strong/mirrors/method_mirror_returntype_test.dart ('k') | tools/testing/dart/test_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698