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

Unified Diff: tests/compiler/dart2js_native/native_exceptions1_frog_test.dart

Issue 2841543002: Spelling a (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/compiler/dart2js_native/native_exceptions1_frog_test.dart
diff --git a/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart b/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart
index 6970a828f9dee8efd2e489f513223de677deafef..ccdeddec26392dd39a0e5718cb9cea87f8fab888 100644
--- a/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart
+++ b/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart
@@ -47,7 +47,7 @@ E = null;
""";
void setup2() native """
-// This code is all inside 'setup2' and so not accesible from the global scope.
+// This code is all inside 'setup2' and so not accessible from the global scope.
function E(x){ this.code = x; }
function A(){}

Powered by Google App Engine
This is Rietveld 408576698