Index: pkg/analysis_server/benchmark/integration/input_converter.dart |
diff --git a/pkg/analysis_server/benchmark/integration/input_converter.dart b/pkg/analysis_server/benchmark/integration/input_converter.dart |
index f61984515be36e7a4f2239e5e466bd9be82b584c..68cc9aff0028ff3d0fbf3d7dd28e2df223a3ae11 100644 |
--- a/pkg/analysis_server/benchmark/integration/input_converter.dart |
+++ b/pkg/analysis_server/benchmark/integration/input_converter.dart |
@@ -203,7 +203,7 @@ abstract class CommonInputConverter extends Converter<String, Operation> { |
/** |
* Process the expected response by completing the given completer |
- * with the result if it has alredy been received, |
+ * with the result if it has already been received, |
* or caching the completer to be completed when the server |
* returns the associated result. |
* Return a future that completes when the response is received |