| Index: pkg/analyzer/lib/src/summary/link.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/link.dart b/pkg/analyzer/lib/src/summary/link.dart
|
| index 7bda04cbccca2cf1fd18ce960543d02430e8b0a8..e75f68ade554694e234de2a17f2df0379403be7d 100644
|
| --- a/pkg/analyzer/lib/src/summary/link.dart
|
| +++ b/pkg/analyzer/lib/src/summary/link.dart
|
| @@ -3951,7 +3951,7 @@ class MethodElementForLink extends ExecutableElementForLink_NonLocal
|
| * member of an element that is not a container (e.g. accessing the "length"
|
| * property of a constant).
|
| *
|
| - * Accesses to a chain of non-static members separated by '.' are andled by
|
| + * Accesses to a chain of non-static members separated by '.' are handled by
|
| * creating a [NonstaticMemberElementForLink] that points to another
|
| * [NonstaticMemberElementForLink], to whatever nesting level is necessary.
|
| */
|
|
|