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

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

Issue 2850783002: Dart SDK Spelling b, c, and d. (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
Index: pkg/analysis_server/benchmark/integration/operation.dart
diff --git a/pkg/analysis_server/benchmark/integration/operation.dart b/pkg/analysis_server/benchmark/integration/operation.dart
index 338cba1c3c75d7009a1af35fb32ff6a1ddb91a69..de7cae6193226afd039dbd149edeb4611c477c94 100644
--- a/pkg/analysis_server/benchmark/integration/operation.dart
+++ b/pkg/analysis_server/benchmark/integration/operation.dart
@@ -222,7 +222,7 @@ class WaitForAnalysisCompleteOperation extends Operation {
completer.complete();
return;
}
- // Timeout if no communcation received within the last 60 seconds.
+ // Timeout if no communication received within the last 60 seconds.
double currentTime = driver.server.currentElapseTime;
double lastTime = driver.server.lastCommunicationTime;
if (currentTime - lastTime > 60) {

Powered by Google App Engine
This is Rietveld 408576698