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

Unified Diff: tests/language/type_variable_initializer_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/static_inline_test.dart ('k') | tests/language/vm/regress_29137_vm_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/type_variable_initializer_test.dart
diff --git a/tests/language/type_variable_initializer_test.dart b/tests/language/type_variable_initializer_test.dart
index e875edc8b03cd4f066b2b95e6aed8f25861b5b59..3d5a85d114ba327384329c8a743b5fe501ea4665 100644
--- a/tests/language/type_variable_initializer_test.dart
+++ b/tests/language/type_variable_initializer_test.dart
@@ -9,7 +9,7 @@ import "package:expect/expect.dart";
class A<T> {
var map;
- // Usage of type variables in the intializer makes the SSA builder
+ // Usage of type variables in the initializer makes the SSA builder
// want to access [:this:]. And because the initializers of A are
// inlined in the constructor of B, we have to make sure the
// [:this:] in the A constructor has a corresponding
« no previous file with comments | « tests/language/static_inline_test.dart ('k') | tests/language/vm/regress_29137_vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698