1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

Fix typo.

This commit is contained in:
Alasdair Kergon 2002-03-25 18:50:37 +00:00
parent 79bb0a97a2
commit c1b5fc6673

View File

@ -93,7 +93,7 @@ int init_locking(int type, struct config_file *cf)
switch (type) {
case 0:
_init_no_locking(&_locking, cf);
log_print("WARNING: Locking disabled. Be carefui! "
log_print("WARNING: Locking disabled. Be careful! "
"This could corrupt your metadata.");
break;
case 1: