|
|
@@ -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.";
|