| 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"
 | 
| 
 |