Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(723)

Unified Diff: pkg/dart_messages/lib/shared_messages.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/dart_messages/lib/generated/shared_messages.json ('k') | pkg/dev_compiler/doc/GENERIC_METHODS.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 [
« no previous file with comments | « pkg/dart_messages/lib/generated/shared_messages.json ('k') | pkg/dev_compiler/doc/GENERIC_METHODS.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698