diff options
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 2 |
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, " |