| Index: pkg/dart_messages/lib/generated/shared_messages.json
|
| diff --git a/pkg/dart_messages/lib/generated/shared_messages.json b/pkg/dart_messages/lib/generated/shared_messages.json
|
| index f5d61c01f65423ffba83ec668e0c83ee392e27f3..d53c338e0cd50972663597bb0edf38a8c0dfd987 100644
|
| --- a/pkg/dart_messages/lib/generated/shared_messages.json
|
| +++ b/pkg/dart_messages/lib/generated/shared_messages.json
|
| @@ -441,7 +441,7 @@
|
| ],
|
| "template": "The method '#{memberName}' is not defined for the class '#{className}', but a constructor with that name is defined.",
|
| "templateHoleOrder": null,
|
| - "howToFix": "Try adding 'new' or 'const' to invoke the constuctor, or change the method name.",
|
| + "howToFix": "Try adding 'new' or 'const' to invoke the constructor, or change the method name.",
|
| "options": null,
|
| "usedBy": [
|
| "Platform.analyzer"
|
| @@ -686,4 +686,4 @@
|
| "const foo = 0 main() { foo = 5; }"
|
| ]
|
| }
|
| -}
|
| +}
|
|
|