| 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, '/');
|
|
|