| Index: pkg/analysis_server/lib/src/services/completion/suggestion_builder.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/suggestion_builder.dart b/pkg/analysis_server/lib/src/services/completion/suggestion_builder.dart
|
| index b8a5c205c71221c232a1f9691c5da69142196cf1..124fb32b859a6ed013b85ec53a70730c3d8d9d8e 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/suggestion_builder.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/suggestion_builder.dart
|
| @@ -140,7 +140,7 @@ visitInheritedTypeNames(ClassDeclaration node, void inherited(String name)) {
|
| }
|
|
|
| /**
|
| - * Starting with the given class node, traverse the inheritence hierarchy
|
| + * Starting with the given class node, traverse the inheritance hierarchy
|
| * calling the given functions with each non-null non-empty inherited class
|
| * declaration. For each locally defined declaration, call [localDeclaration].
|
| * For each class identifier in the hierarchy that is not defined locally,
|
|
|