| Index: tools/gn/substitution_writer.h
|
| diff --git a/tools/gn/substitution_writer.h b/tools/gn/substitution_writer.h
|
| index f50fb8dbd5fafb36b3ef49a31b39894279fecc52..a450bbbc03c02f0ce13b8eb0cf0999705aac382d 100644
|
| --- a/tools/gn/substitution_writer.h
|
| +++ b/tools/gn/substitution_writer.h
|
| @@ -115,7 +115,7 @@ class SubstitutionWriter {
|
| std::vector<OutputFile>* output);
|
|
|
| // Like ApplyListToSource but applies the list to all sources and replaces
|
| - // rather than appesnds the output (this produces the complete output).
|
| + // rather than appends the output (this produces the complete output).
|
| static void ApplyListToSources(
|
| const Settings* settings,
|
| const SubstitutionList& list,
|
|
|