| Index: pkg/analysis_server/lib/src/server/driver.dart
|
| diff --git a/pkg/analysis_server/lib/src/server/driver.dart b/pkg/analysis_server/lib/src/server/driver.dart
|
| index 898aa4fb45e0e76a2bb5aa724d93206222adfb86..f161c54eff7cac47494f5eb7a0d36e137ee9e05e 100644
|
| --- a/pkg/analysis_server/lib/src/server/driver.dart
|
| +++ b/pkg/analysis_server/lib/src/server/driver.dart
|
| @@ -111,7 +111,7 @@ class Driver implements ServerStarter {
|
| * The name of the option used to specify if [print] should print to the
|
| * console instead of being intercepted.
|
| */
|
| - static const String INTERNAL_DELAY_FREQUENCY = 'internal-delay-freqency';
|
| + static const String INTERNAL_DELAY_FREQUENCY = 'internal-delay-frequency';
|
|
|
| /**
|
| * The name of the option used to specify the port to which the server will
|
|
|