diff options
author | Brad King <brad.king@kitware.com> | 2021-11-03 14:06:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-11-03 14:08:47 (GMT) |
commit | bd36735f65b3f2c87f7510a7474ac2cd5f98084c (patch) | |
tree | 663965fa837a0091a2f24801fdfaf840b1b77a06 | |
parent | 1cf99f66c79e6806aa6774f24918a2a15c385725 (diff) | |
download | CMake-bd36735f65b3f2c87f7510a7474ac2cd5f98084c.zip CMake-bd36735f65b3f2c87f7510a7474ac2cd5f98084c.tar.gz CMake-bd36735f65b3f2c87f7510a7474ac2cd5f98084c.tar.bz2 |
cmNinjaTargetGenerator: Replace "their" with "there" in comment
-rw-r--r-- | Source/cmNinjaTargetGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx index 57fc020..57657b1 100644 --- a/Source/cmNinjaTargetGenerator.cxx +++ b/Source/cmNinjaTargetGenerator.cxx @@ -1749,7 +1749,7 @@ void cmNinjaTargetGenerator::EnsureDirectoryExists( } else { cmGlobalNinjaGenerator* gg = this->GetGlobalGenerator(); std::string fullPath = gg->GetCMakeInstance()->GetHomeOutputDirectory(); - // Also ensures their is a trailing slash. + // Also ensures there is a trailing slash. gg->StripNinjaOutputPathPrefixAsSuffix(fullPath); fullPath += path; cmSystemTools::MakeDirectory(fullPath); |