summaryrefslogtreecommitdiffstats
path: root/Source/cmFindBase.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-02 18:43:39 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-02 18:43:39 (GMT)
commit6fadc10e01941a86e08a1dc02f9f16b8c231eb78 (patch)
treeba85a632aea94fbdd9864cac35e1d7c5cd2071eb /Source/cmFindBase.cxx
parenta5825cd11af3a6def49c9528e77f4394babff7de (diff)
downloadCMake-6fadc10e01941a86e08a1dc02f9f16b8c231eb78.zip
CMake-6fadc10e01941a86e08a1dc02f9f16b8c231eb78.tar.gz
CMake-6fadc10e01941a86e08a1dc02f9f16b8c231eb78.tar.bz2
ENH: fix spelling errors in docs
Diffstat (limited to 'Source/cmFindBase.cxx')
-rw-r--r--Source/cmFindBase.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmFindBase.cxx b/Source/cmFindBase.cxx
index a6265ee..b90f204 100644
--- a/Source/cmFindBase.cxx
+++ b/Source/cmFindBase.cxx
@@ -33,7 +33,7 @@ cmFindBase::cmFindBase()
this->SearchFrameworkLast = false;
this->GenericDocumentation =
" FIND_XXX(<VAR> name1 path1 path2 ...)\n"
- "This is the short-hand signature for the command that"
+ "This is the short-hand signature for the command that "
"is sufficient in many cases. It is the same "
"as FIND_XXX(<VAR> NAMES name1 PATHS path2 path2 ...)\n"
" FIND_XXX(\n"
@@ -54,12 +54,12 @@ cmFindBase::cmFindBase()
"<VAR>-NOTFOUND. The name of the SEARCH_XXX that "
"is searched for is specified by the names listed "
"after the NAMES argument. Additional search locations "
- "can be specified after the PATHS arguement. The arguement "
+ "can be specified after the PATHS argument. The argument "
"after DOC will be used for the documentation string in "
"the cache. PATH_SUFFIXES can be used to give sub directories "
- "that will be appeneded to the search paths.\n"
+ "that will be appended to the search paths.\n"
"The search process is as follows:\n"
- "1. Search cmake specific environment varibles. This "
+ "1. Search cmake specific environment variables. This "
"can be skipped if NO_CMAKE_ENVIRONMENT_PATH is passed.\n"
""
" CMAKE_FRAMEWORK_PATH\n"
@@ -88,7 +88,7 @@ cmFindBase::cmFindBase()
" \"FIRST\" - Try to find frameworks before standard\n"
" libraries or headers. This is the default on Darwin.\n"
" \"LAST\" - Try to find frameworks after standard\n"
- " librareis or headers.\n"
+ " libraries or headers.\n"
" \"ONLY\" - Only try to find frameworks.\n"
" \"NEVER\". - Never try to find frameworks.\n";
}