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

Unified Diff: tools/gn/function_template.cc

Issue 1338003005: Fix some typos in GN documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: redo a line split Created 5 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 | « 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/function_template.cc
diff --git a/tools/gn/function_template.cc b/tools/gn/function_template.cc
index 290eb78a1aec71d072052e5dfdf1150614453c94..17dda0662d9fa8bfb82f943f57149d11f26e27d2 100644
--- a/tools/gn/function_template.cc
+++ b/tools/gn/function_template.cc
@@ -72,8 +72,8 @@ const char kTemplate_Help[] =
" have globally unique names, or you will get collisions.\n"
"\n"
" Access the invoking name in your template via the implicit\n"
- " \"target_name\" variable. This should also be the basis of how other\n"
- " targets that a template expands to to ensure uniquness.\n"
+ " \"target_name\" variable. This should also be the basis for how other\n"
+ " targets that a template expands to ensure uniqueness.\n"
"\n"
" A typical example would be a template that defines an action to\n"
" generate some source files, and a source_set to compile that source.\n"
« 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