mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
cmNinjaTargetGenerator: Replace "their" with "there" in comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user