Browse Source

Fixed typo

Tatsuhiro Tsujikawa 14 years ago
parent
commit
a4ddec44d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/OptionHandlerFactory.cc

+ 1 - 1
src/OptionHandlerFactory.cc

@@ -556,7 +556,7 @@ OptionHandlers OptionHandlerFactory::createOptionHandlers()
   {
     SharedHandle<OptionHandler> op(new BooleanOptionHandler
                                    (PREF_SELECT_LEAST_USED_HOST,
-                                    NO_DEFAULT_VALUE,
+                                    NO_DESCRIPTION,
                                     A2_V_TRUE));
     op->hide();
     handlers.push_back(op);