mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
spell: fix a few typos in comments
This commit is contained in:
committed by
Brad King
parent
3ded614e31
commit
3853a6c3a7
@@ -2243,7 +2243,7 @@ bool cmMakefile::CanIWriteThisFile(const char* fileName)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
// If we are doing an in-source build, than the test will always fail
|
||||
// If we are doing an in-source build, then the test will always fail
|
||||
if ( cmSystemTools::SameFile(this->GetHomeDirectory(),
|
||||
this->GetHomeOutputDirectory()) )
|
||||
{
|
||||
@@ -2254,8 +2254,8 @@ bool cmMakefile::CanIWriteThisFile(const char* fileName)
|
||||
return true;
|
||||
}
|
||||
|
||||
// Check if this is subdirectory of the source tree but not a
|
||||
// subdirectory of a build tree
|
||||
// Check if this is a subdirectory of the source tree but not a
|
||||
// subdirectory of the build tree
|
||||
if ( cmSystemTools::IsSubDirectory(fileName,
|
||||
this->GetHomeDirectory()) &&
|
||||
!cmSystemTools::IsSubDirectory(fileName,
|
||||
|
||||
Reference in New Issue
Block a user