| Index: tools/testing/dart/runtime_configuration.dart
|
| diff --git a/tools/testing/dart/runtime_configuration.dart b/tools/testing/dart/runtime_configuration.dart
|
| index 74dcc58517e02cec6818dcf1c97c3581e1f86327..5a22b76219b1a03229aec438629b801d3aa08ce9 100644
|
| --- a/tools/testing/dart/runtime_configuration.dart
|
| +++ b/tools/testing/dart/runtime_configuration.dart
|
| @@ -210,7 +210,7 @@ class DrtRuntimeConfiguration extends DartVmRuntimeConfiguration {
|
| int computeTimeoutMultiplier(
|
| {String mode, bool isChecked: false, bool isReload: false, String arch}) {
|
| return 4 // Allow additional time for browser testing to run.
|
| - // TODO(ahe): We might need to distinquish between DRT for running
|
| + // TODO(ahe): We might need to distinguish between DRT for running
|
| // JavaScript and Dart code. I'm not convinced the inherited timeout
|
| // multiplier is relevant for JavaScript.
|
| *
|
|
|