STYLE: spelling fix
This commit is contained in:
parent
69a43bbb0b
commit
194b1b1e38
|
@ -60,7 +60,7 @@ public:
|
||||||
virtual const char* GetFullDocumentation()
|
virtual const char* GetFullDocumentation()
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
" OPTION(OPTION_VAR \"help string decribing option\"\n"
|
" OPTION(OPTION_VAR \"help string describing option\"\n"
|
||||||
" [initial value])\n"
|
" [initial value])\n"
|
||||||
"Provide an option for the user to select as ON or OFF. If no "
|
"Provide an option for the user to select as ON or OFF. If no "
|
||||||
"initial value is provided, OFF is used.";
|
"initial value is provided, OFF is used.";
|
||||||
|
|
Loading…
Reference in New Issue