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 da22f1076469812cedf5a4c46d2368cbbbb5f732..8db70ad6c127e8abc0a43ad1919928424b3dec16 100644 |
--- a/pkg/analysis_server/benchmark/integration/input_converter.dart |
+++ b/pkg/analysis_server/benchmark/integration/input_converter.dart |
@@ -269,7 +269,7 @@ abstract class CommonInputConverter extends Converter<String, Operation> { |
/** |
* [InputConverter] converts an input stream |
* into a series of operations to be sent to the analysis server. |
- * The input stream can be either an instrumenation or log file. |
+ * The input stream can be either an instrumentation or log file. |
*/ |
class InputConverter extends Converter<String, Operation> { |
final Logger logger = new Logger('InputConverter'); |