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

Unified Diff: tests/language/constructor_duplicate_initializers_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/language/class_codegen_test.dart ('k') | tests/language/if_null_behavior_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/constructor_duplicate_initializers_test.dart
diff --git a/tests/language/constructor_duplicate_initializers_test.dart b/tests/language/constructor_duplicate_initializers_test.dart
index 46035de155bca22ef731866e92d702c716e618c3..9c873b15765d0c07cd17685a0d6205fb794e27f6 100644
--- a/tests/language/constructor_duplicate_initializers_test.dart
+++ b/tests/language/constructor_duplicate_initializers_test.dart
@@ -5,7 +5,7 @@
class Class {
Class(var v) : field_ = v
- // Test against duplicate final field initializaion in initializing list.
+ // Test against duplicate final field initialization in initializing list.
, field_ = 2 // //# 01: compile-time error
;
Class.field(this.field_)
« no previous file with comments | « tests/language/class_codegen_test.dart ('k') | tests/language/if_null_behavior_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698