mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: type
oops another type inserted.
This commit is contained in:
parent
45eeb70b02
commit
1445d40794
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user