1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Typos in error messages

This commit is contained in:
Heinz Mauelshagen 2001-12-17 11:07:33 +00:00
parent 8a6d1dd408
commit 3813dd120e

View File

@ -108,12 +108,12 @@ static int _insert_dev(const char *path, dev_t d)
}
if (!_add_alias(dev, path)) {
log_err("Couldn't add alias to dir cache.");
log_err("Couldn't add alias to dev cache.");
return 0;
}
if (!hash_insert(_cache.names, path, dev)) {
log_err("Couldn't add name to hash in dir cache.");
log_err("Couldn't add name to hash in dev cache.");
return 0;
}