Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: tests/corelib/set_test.dart

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/corelib/regexp/unicode-handling_test.dart ('k') | tests/corelib_strong/list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/set_test.dart
diff --git a/tests/corelib/set_test.dart b/tests/corelib/set_test.dart
index 807d96cfbb0708b3ff58cb060198faaa73878ec2..bfe4172efb6ae80298c05c733de81c87dffe990f 100644
--- a/tests/corelib/set_test.dart
+++ b/tests/corelib/set_test.dart
@@ -362,7 +362,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));
« no previous file with comments | « tests/corelib/regexp/unicode-handling_test.dart ('k') | tests/corelib_strong/list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698