diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-07-30 06:08:33 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-07-30 06:08:33 (GMT) |
commit | 6c8722fab592ca63d0b85f86ec91ec75e6e66dea (patch) | |
tree | 8414240a360e12dc701ec8b09077666d571312d9 /Source/cmake.cxx | |
parent | 8baeeed109f2eb21e94b7ec7a0230030fa7e9a1c (diff) | |
download | CMake-6c8722fab592ca63d0b85f86ec91ec75e6e66dea.zip CMake-6c8722fab592ca63d0b85f86ec91ec75e6e66dea.tar.gz CMake-6c8722fab592ca63d0b85f86ec91ec75e6e66dea.tar.bz2 |
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 fdc42fa..d841e41 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())) |