summaryrefslogtreecommitdiffstats
path: root/Source/cmFindBase.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-06-08 17:43:17 (GMT)
committerBrad King <brad.king@kitware.com>2007-06-08 17:43:17 (GMT)
commit546d7e72d9c6bfd851d96dbc77ce98dc19955cd9 (patch)
treea8623e74200ac767c52359f92ed53a370a07cdb6 /Source/cmFindBase.cxx
parent96bb8da184acd7557b05d7f1bb4ca10ae39be82e (diff)
downloadCMake-546d7e72d9c6bfd851d96dbc77ce98dc19955cd9.zip
CMake-546d7e72d9c6bfd851d96dbc77ce98dc19955cd9.tar.gz
CMake-546d7e72d9c6bfd851d96dbc77ce98dc19955cd9.tar.bz2
BUG: Fixed spelling and formatting of new documentation.
Diffstat (limited to 'Source/cmFindBase.cxx')
-rw-r--r--Source/cmFindBase.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/Source/cmFindBase.cxx b/Source/cmFindBase.cxx
index 6665616..b95cb89 100644
--- a/Source/cmFindBase.cxx
+++ b/Source/cmFindBase.cxx
@@ -124,20 +124,20 @@ cmFindBase::cmFindBase()
" programs.\n"
" \"ONLY\" - Only try to find application bundles.\n"
" \"NEVER\". - Never try to find application bundles.\n"
- "\n"
"The CMake variable CMAKE_FIND_ROOT_PATH specifies one or more "
- "directories, which will be prefixed to all of the search directories. "
- "By default it is empty. It is especially useful if you are "
- "crosscompiling, then you can point it to the root directory of the "
+ "directories which will be prefixed to all of the search directories. "
+ "By default it is empty. It is especially useful when "
+ "cross-compiling to point to the root directory of the "
"target environment and CMake will search there too. By default at first "
"the directories listed in CMAKE_FIND_ROOT_PATH and then the non-prefixed "
- "directories will be searched."
- "The default behaviour can be adjusted by setting "
- "CMAKE_FIND_ROOT_PATH_MODE_XXX. This behaviour can be manually "
- "overwritten. By using CMAKE_FIND_ROOT_PATH_BOTH the search order will "
+ "directories will be searched. "
+ "The default behavior can be adjusted by setting "
+ "CMAKE_FIND_ROOT_PATH_MODE_XXX. This behavior can be manually "
+ "overridden on a per-call basis. "
+ "By using CMAKE_FIND_ROOT_PATH_BOTH the search order will "
"be as described above. If NO_CMAKE_FIND_ROOT_PATH is used "
"then CMAKE_FIND_ROOT_PATH will not be used. If ONLY_CMAKE_FIND_ROOT_PATH "
- "is used then only the prefixed directories will be searched.\n "
+ "is used then only the prefixed directories will be searched.\n"
"The reason the paths listed in the call to the command are searched "
"last is that most users of CMake would expect things to be found "
"first in the locations specified by their environment. Projects may "