Index: tests/compiler/dart2js_native/native_method_rename1_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart b/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart |
index 34332cde92045c3755a41344ab4b153179bbf4a1..04977b234518ce9c69643958a9dbf012f9966861 100644 |
--- a/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_method_rename1_frog_test.dart |
@@ -27,7 +27,7 @@ class B { |
} |
void setup() native """ |
-// This code is all inside 'setup' and so not accesible from the global scope. |
+// This code is all inside 'setup' and so not accessible from the global scope. |
function A(){} |
A.prototype.fooA = function(){return 100;}; |
A.prototype.barA = function(){return 200;}; |