| Index: tests/corelib_strong/set_test.dart
|
| diff --git a/tests/corelib_strong/set_test.dart b/tests/corelib_strong/set_test.dart
|
| index d4e8da0598d772cad92cd69b504a326a13ee9d8e..35af9f76e7ee56cc1a424e2bb987a680b7143612 100644
|
| --- a/tests/corelib_strong/set_test.dart
|
| +++ b/tests/corelib_strong/set_test.dart
|
| @@ -353,7 +353,7 @@ void testDifferenceIntersection(create([equals, hashCode, validKey, compare])) {
|
| Expect.identical(ce1a, difference.lookup(ce1a));
|
| Expect.identical(ce2, difference.lookup(ce2));
|
|
|
| - // Intesection always takes elements from receiver set.
|
| + // Intersection always takes elements from receiver set.
|
| var intersection = set1.intersection(set2);
|
| testLength(1, intersection);
|
| Expect.identical(ce1a, intersection.lookup(ce1a));
|
|
|