| Index: pkg/dart_messages/lib/shared_messages.dart
|
| diff --git a/pkg/dart_messages/lib/shared_messages.dart b/pkg/dart_messages/lib/shared_messages.dart
|
| index b1a45a407b96e744133b3f91bc319dd72e5f923a..4113fa636c213cdb2bba2cdef474e827ab6d888c 100644
|
| --- a/pkg/dart_messages/lib/shared_messages.dart
|
| +++ b/pkg/dart_messages/lib/shared_messages.dart
|
| @@ -532,7 +532,7 @@ final Map<String, Message> MESSAGES = {
|
| categories: [Category.staticTypeWarning],
|
| template: "The method '#{memberName}' is not defined for the class"
|
| " '#{className}', but a constructor with that name is defined.",
|
| - howToFix: "Try adding 'new' or 'const' to invoke the constuctor, or "
|
| + howToFix: "Try adding 'new' or 'const' to invoke the constructor, or "
|
| "change the method name.",
|
| usedBy: [analyzer],
|
| examples: const [
|
|
|