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

Unified Diff: pkg/analysis_server/benchmark/integration/input_converter.dart

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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: 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');

Powered by Google App Engine
This is Rietveld 408576698