@@ -1832,7 +1832,7 @@ const Code<Null> codeConstructorCyclic = messageConstructorCyclic;
18321832const MessageCode messageConstructorCyclic = const MessageCode (
18331833 "ConstructorCyclic" ,
18341834 analyzerCodes: < String > ["RECURSIVE_CONSTRUCTOR_REDIRECT" ],
1835- message: r"""Redirecting constructers can't be cyclic.""" ,
1835+ message: r"""Redirecting constructors can't be cyclic.""" ,
18361836 tip:
18371837 r"""Try to have all constructors eventually redirect to a non-redirecting constructor.""" );
18381838
@@ -2700,7 +2700,8 @@ Message _withArgumentsDuplicatedLibraryImportContext(String name) {
27002700const Template <Message Function (Token token)> templateDuplicatedModifier =
27012701 const Template <Message Function (Token token)>(
27022702 messageTemplate: r"""The modifier '#lexeme' was already specified.""" ,
2703- tipTemplate: r"""Try removing all but one occurence of the modifier.""" ,
2703+ tipTemplate:
2704+ r"""Try removing all but one occurrence of the modifier.""" ,
27042705 withArguments: _withArgumentsDuplicatedModifier);
27052706
27062707// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
@@ -2714,7 +2715,7 @@ Message _withArgumentsDuplicatedModifier(Token token) {
27142715 String lexeme = token.lexeme;
27152716 return new Message (codeDuplicatedModifier,
27162717 message: """The modifier '${lexeme }' was already specified.""" ,
2717- tip: """Try removing all but one occurence of the modifier.""" ,
2718+ tip: """Try removing all but one occurrence of the modifier.""" ,
27182719 arguments: {'token' : token});
27192720}
27202721
@@ -3615,7 +3616,7 @@ const MessageCode messageFastaUsageLong =
36153616
36163617 When specified, the compiler can be invoked with inputs using the custom
36173618 URI scheme. The compiler can ignore the exact location of files on disk
3618- and as a result to produce output that is independendent of the absolute
3619+ and as a result to produce output that is independent of the absolute
36193620 location of files on disk. This is mostly useful for integrating with
36203621 build systems.
36213622
0 commit comments