| Index: pkg/compiler/lib/src/tree/nodes.dart
|
| diff --git a/pkg/compiler/lib/src/tree/nodes.dart b/pkg/compiler/lib/src/tree/nodes.dart
|
| index 1885e0d17865a2dd3bba07e978ed2daa89c387bf..ff36cfe75e9a571617397da92c81af63114879f6 100644
|
| --- a/pkg/compiler/lib/src/tree/nodes.dart
|
| +++ b/pkg/compiler/lib/src/tree/nodes.dart
|
| @@ -594,7 +594,7 @@ class Send extends Expression with StoredTreeElementMixin {
|
| final Node selector;
|
| final NodeList argumentsNode;
|
|
|
| - /// Whether this is a conditinal send of the form `a?.b`.
|
| + /// Whether this is a conditional send of the form `a?.b`.
|
| final bool isConditional;
|
|
|
| Link<Node> get arguments => argumentsNode.nodes;
|
|
|