Index: tests/compiler/dart2js_native/native_method_rename3_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_method_rename3_frog_test.dart b/tests/compiler/dart2js_native/native_method_rename3_frog_test.dart |
index d278a5b05e03016f3d2a8b802fdc029d0cc7b9b7..8610b79e4bc40ce88efece4a4a2b91b918e6cf4e 100644 |
--- a/tests/compiler/dart2js_native/native_method_rename3_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_method_rename3_frog_test.dart |
@@ -29,7 +29,7 @@ makeA() native; |
makeB() native; |
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 inherits(child, parent) { |
if (child.prototype.__proto__) { |
child.prototype.__proto__ = parent.prototype; |