| Index: pkg/analysis_server/benchmark/perf/analysis_timing_tests.dart
|
| diff --git a/pkg/analysis_server/benchmark/perf/analysis_timing_tests.dart b/pkg/analysis_server/benchmark/perf/analysis_timing_tests.dart
|
| index a0d4116a2b62064ff9573ff8730fec41b37ed028..7347585ff28e6cb4daa001ebec580f38635a99c4 100644
|
| --- a/pkg/analysis_server/benchmark/perf/analysis_timing_tests.dart
|
| +++ b/pkg/analysis_server/benchmark/perf/analysis_timing_tests.dart
|
| @@ -61,7 +61,7 @@ ArgParser _createArgParser() => new ArgParser()
|
| help: '(optional) full path to a priority file');
|
|
|
| /**
|
| - * AnalysisTimingTest measures the time taken by the analsyis server to fully analyze
|
| + * AnalysisTimingTest measures the time taken by the analysis server to fully analyze
|
| * the given directory. Measurement is started after setting the analysis root, and
|
| * analysis is considered complete on receiving the `"isAnalyzing": false` message
|
| * from the analysis server.
|
|
|