| Index: tools/gn/variables.cc
|
| diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
|
| index c0bf6cbc9a34b47737a9649fcde2a58d4b72a729..024290493459e913d2149ea5ba9cb1e9d991d018 100644
|
| --- a/tools/gn/variables.cc
|
| +++ b/tools/gn/variables.cc
|
| @@ -824,7 +824,8 @@ const char kInputs_Help[] =
|
| "\n"
|
| " For action and action_foreach targets, inputs should be the inputs to\n"
|
| " script that don't vary. These should be all .py files that the script\n"
|
| - " uses via imports (the main script itself will be an implcit dependency\n"
|
| + " uses via imports (the main script itself will be an implicit dependency"
|
| + "\n"
|
| " of the action so need not be listed).\n"
|
| "\n"
|
| " For action targets, inputs and sources are treated the same, but from\n"
|
|
|