diff options
author | David Cole <david.cole@kitware.com> | 2012-08-13 17:27:48 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-08-13 17:27:48 (GMT) |
commit | 4bdbdfbfefa7bd492530bd5db1152bb02765fb81 (patch) | |
tree | c4c305f5fae153408d63880b51b63d41d827f71c /Source/cmake.cxx | |
parent | 92b11383d9507d157fb323faba0784bb3afca57f (diff) | |
parent | 6c8722fab592ca63d0b85f86ec91ec75e6e66dea (diff) | |
download | CMake-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.cxx | 4 |
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())) |