STYLE: fix typos in the docs

Alex
This commit is contained in:
Alexander Neundorf 2009-04-19 12:48:30 -04:00
parent 879f2f98fe
commit bc9703b695
4 changed files with 8 additions and 8 deletions

View File

@ -67,7 +67,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"Variables that Provide Information"); "Variables that Provide Information");
cm->DefineProperty cm->DefineProperty
("CMAKE_BUILD_TOOL", cmProperty::VARIABLE, ("CMAKE_BUILD_TOOL", cmProperty::VARIABLE,
"Tool used for the acutal build process.", "Tool used for the actual build process.",
"This variable is set to the program that will be" "This variable is set to the program that will be"
" needed to build the output of CMake. If the " " needed to build the output of CMake. If the "
"generator selected was Visual Studio 6, the " "generator selected was Visual Studio 6, the "
@ -450,7 +450,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
cm->DefineProperty cm->DefineProperty
("CMAKE_MODULE_PATH", cmProperty::VARIABLE, ("CMAKE_MODULE_PATH", cmProperty::VARIABLE,
"Path to look for cmake modules to load.", "Path to look for cmake modules to load.",
"Specifies a path to override the default seach path for " "Specifies a path to override the default search path for "
"CMake modules. For example include commands will look " "CMake modules. For example include commands will look "
"in this path first for modules to include.", "in this path first for modules to include.",
false, false,

View File

@ -169,7 +169,7 @@ cmFindPackageCommand::cmFindPackageCommand()
"numbers. " "numbers. "
"Package version numbers are checked by \"version\" files provided by " "Package version numbers are checked by \"version\" files provided by "
"the packages themselves. " "the packages themselves. "
"For a candidate package confguration file \"<config-file>.cmake\" the " "For a candidate package configuration file \"<config-file>.cmake\" the "
"corresponding version file is located next to it and named either " "corresponding version file is located next to it and named either "
"\"<config-file>-version.cmake\" or \"<config-file>Version.cmake\". " "\"<config-file>-version.cmake\" or \"<config-file>Version.cmake\". "
"If no such version file is available then the configuration file " "If no such version file is available then the configuration file "

View File

@ -3443,7 +3443,7 @@ void cmake::DefineProperties(cmake *cm)
("ENABLED_LANGUAGES", cmProperty::GLOBAL, ("ENABLED_LANGUAGES", cmProperty::GLOBAL,
"Read-only property that contains the list of currently " "Read-only property that contains the list of currently "
"enabled languages", "enabled languages",
"Set to list of currently enabled lanauges."); "Set to list of currently enabled languages.");
cm->DefineProperty cm->DefineProperty
("RULE_LAUNCH_COMPILE", cmProperty::GLOBAL, ("RULE_LAUNCH_COMPILE", cmProperty::GLOBAL,

View File

@ -76,7 +76,7 @@ static const char * cmDocumentationOptions[][3] =
{"-E", "CMake command mode.", {"-E", "CMake command mode.",
"For true platform independence, CMake provides a list of commands " "For true platform independence, CMake provides a list of commands "
"that can be used on all systems. Run with -E help for the usage " "that can be used on all systems. Run with -E help for the usage "
"information. Commands availble are: chdir, copy, copy_if_different " "information. Commands available are: chdir, copy, copy_if_different "
"copy_directory, compare_files, echo, echo_append, environment, " "copy_directory, compare_files, echo, echo_append, environment, "
"make_directory, md5sum, remove_directory, remove, tar, time, " "make_directory, md5sum, remove_directory, remove, tar, time, "
"touch, touch_nocreate, write_regv, delete_regv, comspec, " "touch, touch_nocreate, write_regv, delete_regv, comspec, "