summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-04-19 16:48:30 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-04-19 16:48:30 (GMT)
commitbc9703b695c77c152e04d62903a8ab91494f4e1c (patch)
treee950ff0f63797f1c6729ba20bb0aa4adb3136ac7 /Source/cmakemain.cxx
parent879f2f98fec41d89dce20dbcffce597ae534a3ba (diff)
downloadCMake-bc9703b695c77c152e04d62903a8ab91494f4e1c.zip
CMake-bc9703b695c77c152e04d62903a8ab91494f4e1c.tar.gz
CMake-bc9703b695c77c152e04d62903a8ab91494f4e1c.tar.bz2
STYLE: fix typos in the docs
Alex
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 61e7cce..18383e2 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -76,7 +76,7 @@ static const char * cmDocumentationOptions[][3] =
{"-E", "CMake command mode.",
"For true platform independence, CMake provides a list of commands "
"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, "
"make_directory, md5sum, remove_directory, remove, tar, time, "
"touch, touch_nocreate, write_regv, delete_regv, comspec, "