STYLE: Fix typo in comment in cmOrderDirectories

This commit is contained in:
Brad King 2008-07-29 14:00:59 -04:00
parent d652aed13a
commit 478fbdfc23

View File

@ -56,7 +56,7 @@ public:
{ {
for(unsigned int i=0; i < this->OD->OriginalDirectories.size(); ++i) 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]; std::string const& dir = this->OD->OriginalDirectories[i];
if(dir != this->Directory && this->FindConflict(dir)) if(dir != this->Directory && this->FindConflict(dir))
{ {