diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-01-27 17:58:53 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-01-27 17:58:53 (GMT) |
commit | 194b1b1e38924233e165c87d85d4602f05207a65 (patch) | |
tree | febdc2fa2cecf7d39daefb8cd89d83b4a50f2281 | |
parent | 69a43bbb0be6bd17675473748558b89d5ec9afb5 (diff) | |
download | CMake-194b1b1e38924233e165c87d85d4602f05207a65.zip CMake-194b1b1e38924233e165c87d85d4602f05207a65.tar.gz CMake-194b1b1e38924233e165c87d85d4602f05207a65.tar.bz2 |
STYLE: spelling fix
-rw-r--r-- | Source/cmOptionCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOptionCommand.h b/Source/cmOptionCommand.h index 2facc8e..9c6d99d 100644 --- a/Source/cmOptionCommand.h +++ b/Source/cmOptionCommand.h @@ -60,7 +60,7 @@ public: virtual const char* GetFullDocumentation() { return - " OPTION(OPTION_VAR \"help string decribing option\"\n" + " OPTION(OPTION_VAR \"help string describing option\"\n" " [initial value])\n" "Provide an option for the user to select as ON or OFF. If no " "initial value is provided, OFF is used."; |