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

Unified Diff: pkg/analysis_server/benchmark/perf/analysis_timing_tests.dart

Issue 2810553002: Tweaks to the analysis server --help output. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/server/driver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/server/driver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698