| Index: tools/gn/variables.cc
|
| diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
|
| index 83b295792bb1973a2400cf4f88c453da35d4a7b5..d068fd8b99dfb935b240edfaf1a78cfa7d12f917 100644
|
| --- a/tools/gn/variables.cc
|
| +++ b/tools/gn/variables.cc
|
| @@ -563,8 +563,8 @@ const char kDataDeps_Help[] =
|
| " A list of target labels.\n"
|
| "\n"
|
| " Specifies dependencies of a target that are not actually linked into\n"
|
| - " the current target. Such dependencies will built and will be available\n"
|
| - " at runtime.\n"
|
| + " the current target. Such dependencies will be built and will be\n"
|
| + " available at runtime.\n"
|
| "\n"
|
| " This is normally used for things like plugins or helper programs that\n"
|
| " a target needs at runtime.\n"
|
|
|