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

Unified Diff: pkg/compiler/lib/src/tree/nodes.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 | « pkg/compiler/lib/src/ssa/types_propagation.dart ('k') | pkg/dev_compiler/lib/src/js_ast/builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/tree/nodes.dart
diff --git a/pkg/compiler/lib/src/tree/nodes.dart b/pkg/compiler/lib/src/tree/nodes.dart
index 4f8d31232a4540bcbf1d9793ff68337fee52c8e5..e9816bdc859a9311df4c7bb38c7131f73d93324f 100644
--- a/pkg/compiler/lib/src/tree/nodes.dart
+++ b/pkg/compiler/lib/src/tree/nodes.dart
@@ -1284,7 +1284,7 @@ class StringQuoting {
const StringQuoting($SQ, raw: true, leftQuoteLength: 3),
const StringQuoting($DQ, raw: false, leftQuoteLength: 3),
const StringQuoting($DQ, raw: true, leftQuoteLength: 3),
- // Leading single whitespace or espaped newline.
+ // Leading single whitespace or escaped newline.
const StringQuoting($SQ, raw: false, leftQuoteLength: 4),
const StringQuoting($SQ, raw: true, leftQuoteLength: 4),
const StringQuoting($DQ, raw: false, leftQuoteLength: 4),
« no previous file with comments | « pkg/compiler/lib/src/ssa/types_propagation.dart ('k') | pkg/dev_compiler/lib/src/js_ast/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698