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

Unified Diff: tests/corelib_strong/sort_test.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 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
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,

Powered by Google App Engine
This is Rietveld 408576698