1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

clean-up: Typo 's/should had/should have/'

This commit is contained in:
Jonathan Brassow 2013-03-06 08:42:03 -06:00
parent 6b777ccbb5
commit ed6f3945fd

View File

@ -205,7 +205,7 @@ static int _mk_link(const char *dev_dir, const char *vg_name,
return 0;
}
} else if (dm_udev_get_sync_support() && udev_checking() && check_udev)
log_warn("The link %s should had been created by udev "
log_warn("The link %s should have been created by udev "
"but it was not found. Falling back to "
"direct link creation.", lv_path);