| Index: pkg/analysis_server/test/stress/utilities/server.dart
|
| diff --git a/pkg/analysis_server/test/stress/utilities/server.dart b/pkg/analysis_server/test/stress/utilities/server.dart
|
| index a8fb15192256bef97407dc88518907a51a67eb3f..454a0271eb02a95d1abaf0250ec6799d8caa1fa9 100644
|
| --- a/pkg/analysis_server/test/stress/utilities/server.dart
|
| +++ b/pkg/analysis_server/test/stress/utilities/server.dart
|
| @@ -110,7 +110,7 @@ class RequestData {
|
| RequestData(this.id, this.method, this.params, this.requestTime);
|
|
|
| /**
|
| - * Return the number of milliseconds that elapsed betwee the request and the
|
| + * Return the number of milliseconds that elapsed between the request and the
|
| * response. This getter assumes that the response was received.
|
| */
|
| int get elapsedTime => responseTime - requestTime;
|
|
|