Index: tests/corelib/sort_test.dart |
diff --git a/tests/corelib/sort_test.dart b/tests/corelib/sort_test.dart |
index ef1b7f29f60bc89b68197ff7b5b5a4b38409b2d5..722964450bef5192e09a86c8d6b4a0699d45ca3d 100644 |
--- a/tests/corelib/sort_test.dart |
+++ b/tests/corelib/sort_test.dart |
@@ -18,8 +18,8 @@ main() { |
compare = (a, b) => a.compareTo(b); |
- // Pivot-canditate indices: 7, 15, 22, 29, 37 |
- // Test dutch flag partitioning (canditates 2 and 4 are the same). |
+ // Pivot-candidate indices: 7, 15, 22, 29, 37 |
+ // Test Dutch flag partitioning (candidates 2 and 4 are the same). |
var list = [ |
0, |
0, |