From 1445d407949735c8fc17c9c0871d39224ef6d716 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 23 Apr 2013 12:35:10 +0200 Subject: [PATCH] cleanup: type oops another type inserted. --- lib/config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/config.c b/lib/config/config.c index 0af57d548..2fd8793de 100644 --- a/lib/config/config.c +++ b/lib/config/config.c @@ -65,7 +65,7 @@ struct dm_config_tree *config_file_open(const char *filename, int keep_open) return NULL; if (!(cf = dm_pool_zalloc(cft->mem, sizeof(struct config_file)))) { - log_error("Failed to allocate condig tree."); + log_error("Failed to allocate config tree."); goto fail; }