Index: pkg/compiler/lib/src/inferrer/inferrer_engine.dart |
diff --git a/pkg/compiler/lib/src/inferrer/inferrer_engine.dart b/pkg/compiler/lib/src/inferrer/inferrer_engine.dart |
index db8330bcc0d0700db71bbe52279c603f58c358e5..ac15b2524102a1b7d06f848e7738219c2dabed2f 100644 |
--- a/pkg/compiler/lib/src/inferrer/inferrer_engine.dart |
+++ b/pkg/compiler/lib/src/inferrer/inferrer_engine.dart |
@@ -581,7 +581,7 @@ class InferrerEngine { |
TypeInformation info = workQueue.remove(); |
TypeMask oldType = info.type; |
TypeMask newType = info.refine(this); |
- // Check that refinement has not accidentially changed the type. |
+ // Check that refinement has not accidentally changed the type. |
assert(oldType == info.type); |
if (info.abandonInferencing) info.doNotEnqueue = true; |
if ((info.type = newType) != oldType) { |