| Index: tools/gn/setup.cc
|
| diff --git a/tools/gn/setup.cc b/tools/gn/setup.cc
|
| index 5796ada203ea4e384bc1aa597016929d25d96ace..eceb4f03c0b4005042e6017ea134720026f7b385 100644
|
| --- a/tools/gn/setup.cc
|
| +++ b/tools/gn/setup.cc
|
| @@ -514,7 +514,7 @@ bool Setup::FillSourceDir(const base::CommandLine& cmdline) {
|
| if (dotfile_name_.empty()) {
|
| Err(Location(), "Could not load dotfile.",
|
| "The file \"" + FilePathToUTF8(dot_file_path) +
|
| - "\" cound't be loaded.").PrintToStdout();
|
| + "\" couldn't be loaded.").PrintToStdout();
|
| return false;
|
| }
|
| }
|
| @@ -624,7 +624,7 @@ bool Setup::RunConfigFile() {
|
| dotfile_input_file_.reset(new InputFile(SourceFile("//.gn")));
|
| if (!dotfile_input_file_->Load(dotfile_name_)) {
|
| Err(Location(), "Could not load dotfile.",
|
| - "The file \"" + FilePathToUTF8(dotfile_name_) + "\" cound't be loaded")
|
| + "The file \"" + FilePathToUTF8(dotfile_name_) + "\" couldn't be loaded")
|
| .PrintToStdout();
|
| return false;
|
| }
|
|
|