Browse Source

STYLE: Fix typo in comment in cmOrderDirectories

Brad King 17 years ago
parent
commit
478fbdfc23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmOrderDirectories.cxx

+ 1 - 1
Source/cmOrderDirectories.cxx

@@ -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))
         {