| Index: pkg/analyzer/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
|
| index 7e986af50f0d5848b0840b3f39f247c6ef6231cf..10d5a24933b1ca8a2c678e2c6e6efe9f8fa2ebc5 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -5756,7 +5756,7 @@ class StaticWarningCode extends ErrorCode {
|
| const StaticWarningCode('UNDEFINED_IDENTIFIER', "Undefined name '{0}'");
|
|
|
| /**
|
| - * If the identifer is 'await', be helpful about it.
|
| + * If the identifier is 'await', be helpful about it.
|
| */
|
| static const StaticWarningCode UNDEFINED_IDENTIFIER_AWAIT =
|
| const StaticWarningCode('UNDEFINED_IDENTIFIER_AWAIT',
|
|
|