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

Unified Diff: tools/gn/variables.cc

Issue 2616523002: GN: Fix some typos in the documentation. (Closed)
Patch Set: Created 3 years, 12 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 | « tools/gn/docs/reference.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/variables.cc
diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
index d387baeb726244d6756044c1d87fef57762b6767..3b60c903557eb603c1f035f63c0d34ce87f28e66 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -416,7 +416,7 @@ const char kAllDependentConfigs_Help[] =
This addition happens in a second phase once a target and all of its
dependencies have been resolved. Therefore, a target will not see these
force-added configs in their "configs" variable while the script is running,
- and then can not be removed. As a result, this capability should generally
+ and they can not be removed. As a result, this capability should generally
only be used to add defines and include directories necessary to compile a
target's headers.
@@ -1575,7 +1575,7 @@ const char kPublicConfigs_Help[] =
This addition happens in a second phase once a target and all of its
dependencies have been resolved. Therefore, a target will not see these
force-added configs in their "configs" variable while the script is running,
- and then can not be removed. As a result, this capability should generally
+ and they can not be removed. As a result, this capability should generally
only be used to add defines and include directories necessary to compile a
target's headers.
« no previous file with comments | « tools/gn/docs/reference.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698