Index: sdk/lib/collection/hash_map.dart |
diff --git a/sdk/lib/collection/hash_map.dart b/sdk/lib/collection/hash_map.dart |
index 6fb73a52bf60c30c6b95bae6879b093e1f4b0663..5a22dc070ba422ca2aa933309aaf8a809ebef3cd 100644 |
--- a/sdk/lib/collection/hash_map.dart |
+++ b/sdk/lib/collection/hash_map.dart |
@@ -27,7 +27,7 @@ typedef int _Hasher<K>(K object); |
* |
* Iterating the map's keys, values or entries (through [forEach]) |
* may happen in any order. |
- * The itearation order only changes when the map is modified. |
+ * The iteration order only changes when the map is modified. |
* Values are iterated in the same order as their associated keys, |
* so iterating the [keys] and [values] in parallel |
* will give matching key and value pairs. |