Index: tests/corelib_strong/sort_test.dart |
diff --git a/tests/corelib_strong/sort_test.dart b/tests/corelib_strong/sort_test.dart |
index ac7d931075085bef0432f8564af951cfbcb9fd8b..3c1181892d7a83658eb447737a5fa4361e87ac7b 100644 |
--- a/tests/corelib_strong/sort_test.dart |
+++ b/tests/corelib_strong/sort_test.dart |
@@ -18,8 +18,8 @@ main() { |
var intCompare = (int a, int 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, |