Index: sdk/lib/core/list.dart |
diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart |
index ddc4f53dfeb9a6d5b8ff4246f44368ef2a6a6bb7..ca0a449777e307c59483e8c81dbb3da7111c7dfd 100644 |
--- a/sdk/lib/core/list.dart |
+++ b/sdk/lib/core/list.dart |
@@ -329,7 +329,7 @@ abstract class List<E> implements EfficientLengthIterable<E> { |
void setAll(int index, Iterable<E> iterable); |
/** |
- * Removes the first occurence of [value] from this list. |
+ * Removes the first occurrence of [value] from this list. |
* |
* Returns true if [value] was in the list, false otherwise. |
* |