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

Unified Diff: tools/gn/operators.cc

Issue 2954773003: Fix gn typo (Closed)
Patch Set: Created 3 years, 6 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/operators.cc
diff --git a/tools/gn/operators.cc b/tools/gn/operators.cc
index 350fef4286b014f8f949c55934e3f39f16056055..8bef028857f0283fca7e554f40df27edf8ae02c3 100644
--- a/tools/gn/operators.cc
+++ b/tools/gn/operators.cc
@@ -228,7 +228,7 @@ Err MakeOverwriteError(const BinaryOpNode* op_node,
Err result(op_node->left()->GetRange(),
"Replacing nonempty " + type_name + ".",
"This overwrites a previously-defined nonempty " + type_name +
- "with another nonempty " + type_name + ".");
+ " with another nonempty " + type_name + ".");
result.AppendSubErr(Err(old_value, "for previous definition",
"Did you mean to append/modify instead? If you really want to overwrite, "
"do:\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