Index: tools/gn/parse_tree.cc |
=================================================================== |
--- tools/gn/parse_tree.cc (revision 243014) |
+++ tools/gn/parse_tree.cc (working copy) |
@@ -193,7 +193,7 @@ |
if (cur->AsList() || cur->AsLiteral() || cur->AsUnaryOp() || |
cur->AsIdentifier()) { |
*err = cur->MakeErrorDescribing( |
- "This statment has no effect.", |
+ "This statement has no effect.", |
"Either delete it or do something with the result."); |
return Value(); |
} |