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

Unified Diff: tools/gn/setup.cc

Issue 582783002: GN Help text typo fix in dotfile text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/setup.cc
diff --git a/tools/gn/setup.cc b/tools/gn/setup.cc
index 7ffe2f89d1d8447e02e9b9822841bc05f10ef47c..c258e0de40847a0336c481c17113bcb88b43df90 100644
--- a/tools/gn/setup.cc
+++ b/tools/gn/setup.cc
@@ -66,7 +66,7 @@ extern const char kDotfile_Help[] =
" secondary_source [optional]\n"
" Label of an alternate directory tree to find input files. When\n"
" searching for a BUILD.gn file (or the build config file discussed\n"
- " above), the file fill first be looked for in the source root.\n"
+ " above), the file will first be looked for in the source root.\n"
tfarina 2014/09/18 17:13:06 looks right to me.
" If it's not found, the secondary source root will be checked\n"
" (which would contain a parallel directory hierarchy).\n"
"\n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698