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) { |