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(); |
}); |
} |