summaryrefslogtreecommitdiff
path: root/Source/cmOptionCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-01-27 12:58:53 -0500
committerKen Martin <ken.martin@kitware.com>2006-01-27 12:58:53 -0500
commit194b1b1e38924233e165c87d85d4602f05207a65 (patch)
treefebdc2fa2cecf7d39daefb8cd89d83b4a50f2281 /Source/cmOptionCommand.h
parent69a43bbb0be6bd17675473748558b89d5ec9afb5 (diff)
downloadcmake-194b1b1e38924233e165c87d85d4602f05207a65.tar.gz
STYLE: spelling fix
Diffstat (limited to 'Source/cmOptionCommand.h')
-rw-r--r--Source/cmOptionCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOptionCommand.h b/Source/cmOptionCommand.h
index 2facc8eb01..9c6d99d0d6 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.";