src/configfile.c: s/TypesDS/TypesDB/;
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 3 May 2007 19:38:39 +0000 (21:38 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 3 May 2007 19:38:39 +0000 (21:38 +0200)
src/configfile.c

index a10314d..4b6803e 100644 (file)
@@ -80,7 +80,7 @@ static cf_global_option_t cf_global_options[] =
        {"Hostname",  NULL, NULL},
        {"Interval",  NULL, "10"},
        {"ReadThreads", NULL, "5"},
-       {"TypesDS",   NULL, PLUGINDIR"/types.db"} /* FIXME: Configure path */
+       {"TypesDB",   NULL, PLUGINDIR"/types.db"} /* FIXME: Configure path */
 };
 static int cf_global_options_num = STATIC_ARRAY_LEN (cf_global_options);