Browse Source

STYLE: spelling fix

Ken Martin 20 years ago
parent
commit
194b1b1e38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmOptionCommand.h

+ 1 - 1
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.";