summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-08-13 17:27:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-08-13 17:27:48 (GMT)
commit4bdbdfbfefa7bd492530bd5db1152bb02765fb81 (patch)
treec4c305f5fae153408d63880b51b63d41d827f71c /Source/cmake.cxx
parent92b11383d9507d157fb323faba0784bb3afca57f (diff)
parent6c8722fab592ca63d0b85f86ec91ec75e6e66dea (diff)
downloadCMake-4bdbdfbfefa7bd492530bd5db1152bb02765fb81.zip
CMake-4bdbdfbfefa7bd492530bd5db1152bb02765fb81.tar.gz
CMake-4bdbdfbfefa7bd492530bd5db1152bb02765fb81.tar.bz2
Merge topic 'directory-typo'
6c8722f Fix typo direcotry -> directory (and similar) [#13444]
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 24ac966..75aa471 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -1043,7 +1043,7 @@ int cmake::AddCMakePaths()
{
cMakeRoot = cMakeRoot.substr(0, slashPos);
}
- // is there no Modules direcory there?
+ // is there no Modules directory there?
modules = cMakeRoot + "/Modules/CMake.cmake";
}
@@ -1072,7 +1072,7 @@ int cmake::AddCMakePaths()
{
// next try exe
cMakeRoot = cmSystemTools::GetProgramPath(cMakeSelf.c_str());
- // is there no Modules direcory there?
+ // is there no Modules directory there?
modules = cMakeRoot + "/Modules/CMake.cmake";
}
if (!cmSystemTools::FileExists(modules.c_str()))