1
0
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:
Zdenek Kabelac 2018-03-19 12:05:36 +01:00
parent 8d7ece126b
commit 4e0c0417ce

View File

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