From: Florian Forster Date: Thu, 3 May 2007 19:38:39 +0000 (+0200) Subject: src/configfile.c: s/TypesDS/TypesDB/; X-Git-Tag: collectd-4.0.0~57^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c6042292896e79abc56c39b1f7eccfc2dde91f32;p=collectd.git src/configfile.c: s/TypesDS/TypesDB/; --- diff --git a/src/configfile.c b/src/configfile.c index a10314d0..4b6803ed 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -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);