STYLE: spelling fix

This commit is contained in:
Ken Martin 2006-01-27 12:58:53 -05:00
parent 69a43bbb0b
commit 194b1b1e38
1 changed files with 1 additions and 1 deletions

View File

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