From c6042292896e79abc56c39b1f7eccfc2dde91f32 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 3 May 2007 21:38:39 +0200 Subject: [PATCH] src/configfile.c: s/TypesDS/TypesDB/; --- src/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2