| Index: pkg/dev_compiler/tool/input_sdk/lib/io/file_system_entity.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/lib/io/file_system_entity.dart b/pkg/dev_compiler/tool/input_sdk/lib/io/file_system_entity.dart
|
| index f39eafd29b5848352b8b9b9cded780be7a59600d..d1979490de9ad0b08707b21925ad033c8865f0b7 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/lib/io/file_system_entity.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/lib/io/file_system_entity.dart
|
| @@ -433,7 +433,7 @@ abstract class FileSystemEntity {
|
| * being listened to, not when the call to [watch] is issued.
|
| *
|
| * The returned value is an endless broadcast [Stream], that only stops when
|
| - * one of the following happends:
|
| + * one of the following happens:
|
| *
|
| * * The [Stream] is canceled, e.g. by calling `cancel` on the
|
| * [StreamSubscription].
|
|
|