mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-25 10:04:17 +03:00
Fix typo.
This commit is contained in:
parent
6d45445391
commit
3634e12cce
@ -93,7 +93,7 @@ int init_locking(int type, struct config_file *cf)
|
|||||||
switch (type) {
|
switch (type) {
|
||||||
case 0:
|
case 0:
|
||||||
_init_no_locking(&_locking, cf);
|
_init_no_locking(&_locking, cf);
|
||||||
log_print("WARNING: Locking disabled. Be carefui! "
|
log_print("WARNING: Locking disabled. Be careful! "
|
||||||
"This could corrupt your metadata.");
|
"This could corrupt your metadata.");
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user