Index: sdk/lib/core/expando.dart |
diff --git a/sdk/lib/core/expando.dart b/sdk/lib/core/expando.dart |
index 2ecd2dcc26a64fb2afa672915bef4e8436285be8..1e8a47a2b7d9ec7faa761faf118abb632972c8c1 100644 |
--- a/sdk/lib/core/expando.dart |
+++ b/sdk/lib/core/expando.dart |
@@ -10,7 +10,7 @@ part of dart.core; |
* Does not work on numbers, strings, booleans or null. |
* |
* An `Expando` does not hold on to the added property value after an object |
- * becomes inacessible. |
+ * becomes inaccessible. |
* |
* Since you can always create a new number that is identical to an existing |
* number, it means that an expando property on a number could never be |