1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00

cleanup: type

oops another type inserted.
This commit is contained in:
Zdenek Kabelac 2013-04-23 12:35:10 +02:00
parent 45eeb70b02
commit 1445d40794

View File

@ -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;
}