Index: sdk/lib/io/file_system_entity.dart |
diff --git a/sdk/lib/io/file_system_entity.dart b/sdk/lib/io/file_system_entity.dart |
index fe4777e5cb4a068dd9f1f3dd79c05cb12f357075..2bfc1d8a3b4c49f5ff548da89ca00e01cbbb9a7f 100644 |
--- a/sdk/lib/io/file_system_entity.dart |
+++ b/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]. |