mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
STYLE: Fix typo in comment in cmOrderDirectories
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
{
|
||||
for(unsigned int i=0; i < this->OD->OriginalDirectories.size(); ++i)
|
||||
{
|
||||
// Check if this directory conflicts with they entry.
|
||||
// Check if this directory conflicts with the entry.
|
||||
std::string const& dir = this->OD->OriginalDirectories[i];
|
||||
if(dir != this->Directory && this->FindConflict(dir))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user