Index: pkg/compiler/lib/src/js_emitter/class_stub_generator.dart |
diff --git a/pkg/compiler/lib/src/js_emitter/class_stub_generator.dart b/pkg/compiler/lib/src/js_emitter/class_stub_generator.dart |
index 1441f9aa82b33f5d2f7923f624efdb3e9f27d1cb..a346fcf5bed826a695a08c3c71ede76889d4a33f 100644 |
--- a/pkg/compiler/lib/src/js_emitter/class_stub_generator.dart |
+++ b/pkg/compiler/lib/src/js_emitter/class_stub_generator.dart |
@@ -87,7 +87,7 @@ class ClassStubGenerator { |
Map<jsAst.Name, jsAst.Expression> generateCallStubsForGetter( |
MemberEntity member, Map<Selector, SelectorConstraints> selectors) { |
// If the method is intercepted, the stub gets the |
- // receiver explicitely and we need to pass it to the getter call. |
+ // receiver explicitly and we need to pass it to the getter call. |
bool isInterceptedMethod = _interceptorData.isInterceptedMethod(member); |
bool isInterceptedClass = |
_interceptorData.isInterceptedClass(member.enclosingClass); |