| Index: tools/gn/function_toolchain.cc
|
| diff --git a/tools/gn/function_toolchain.cc b/tools/gn/function_toolchain.cc
|
| index 3e272c958642a4ade77f90a78a5fc05e3fa6dbbb..9eeae982cf3bf17210ef53e4325d23b69c7f98a1 100644
|
| --- a/tools/gn/function_toolchain.cc
|
| +++ b/tools/gn/function_toolchain.cc
|
| @@ -816,8 +816,8 @@ Value RunTool(Scope* scope,
|
| subst_validator = &IsValidCopySubstitution;
|
| subst_output_validator = &IsValidCopySubstitution;
|
| } else {
|
| - subst_validator = &IsValidToolSubstutition;
|
| - subst_output_validator = &IsValidToolSubstutition;
|
| + subst_validator = &IsValidToolSubstitution;
|
| + subst_output_validator = &IsValidToolSubstitution;
|
| }
|
|
|
| scoped_ptr<Tool> tool(new Tool);
|
|
|