mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
cleanup: typo fix
This commit is contained in:
parent
8d7ece126b
commit
4e0c0417ce
@ -2109,7 +2109,7 @@ static int _pool_callback(struct dm_tree_node *node,
|
||||
if (!(ret = exec_cmd(pool_lv->vg->cmd, (const char * const *)argv,
|
||||
&status, 0))) {
|
||||
if (status == ENOENT) {
|
||||
log_warn("WARNING: Check is skipped, please install recomended missing binary %s!",
|
||||
log_warn("WARNING: Check is skipped, please install recommended missing binary %s!",
|
||||
argv[0]);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user