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

Unified Diff: tools/gn/target_generator.cc

Issue 2148593002: [GN Docs] Fix typo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/target_generator.cc
diff --git a/tools/gn/target_generator.cc b/tools/gn/target_generator.cc
index 90642d47d201b36895f3c0693807e9befa5acec1..7fe64fd8b091ba5b1e3688b8c2aeffc52f45e060 100644
--- a/tools/gn/target_generator.cc
+++ b/tools/gn/target_generator.cc
@@ -305,7 +305,7 @@ bool TargetGenerator::FillOutputs(bool allow_substitutions) {
if (!outputs.required_types().empty()) {
*err_ = Err(*value, "Source expansions not allowed here.",
"The outputs of this target used source {{expansions}} but this "
- "targe type\ndoesn't support them. Just express the outputs "
+ "target type\ndoesn't support them. Just express the outputs "
"literally.");
return false;
}
« 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