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

Unified Diff: tests/standalone/io/http_bind_test.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (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
Index: tests/standalone/io/http_bind_test.dart
diff --git a/tests/standalone/io/http_bind_test.dart b/tests/standalone/io/http_bind_test.dart
index 4d9c68bd01136c8c221fe6dc5fc5feba0d4b2eb7..1d97eedc6dfc20fac0d9512797f61ef4fea09b23 100644
--- a/tests/standalone/io/http_bind_test.dart
+++ b/tests/standalone/io/http_bind_test.dart
@@ -13,7 +13,7 @@ testBindShared(String host, bool v6Only) async {
asyncStart();
// Sent a single request using a new HttpClient to ensure a new TCP
- // connnection is used.
+ // connection is used.
Future singleRequest(host, port, statusCode) async {
var client = new HttpClient();
var request = await client.open('GET', host, port, '/');

Powered by Google App Engine
This is Rietveld 408576698