| Index: tools/gn/builder.cc
|
| diff --git a/tools/gn/builder.cc b/tools/gn/builder.cc
|
| index 3a0c1f5851663d502c2b06c3a0eea8bb6dcb512a..ca11e888d353bd3d6c5168afe09580103711fab8 100644
|
| --- a/tools/gn/builder.cc
|
| +++ b/tools/gn/builder.cc
|
| @@ -242,7 +242,7 @@ bool Builder::ConfigDefined(BuilderRecord* record, Err* err) {
|
| return false;
|
|
|
| // Make sure all deps of this config are scheduled to be loaded. For other
|
| - // item types like targets, the "should generate" flag is propogated around
|
| + // item types like targets, the "should generate" flag is propagated around
|
| // to mark whether this should happen. We could call
|
| // RecursiveSetShouldGenerate to do this step here, but since configs nor
|
| // anything they depend on is actually written, the "generate" flag isn't
|
|
|