]> sourceware.org Git - lvm2.git/commitdiff
Typos in error messages
authorHeinz Mauelshagen <heinzm@redhat.com>
Mon, 17 Dec 2001 11:07:33 +0000 (11:07 +0000)
committerHeinz Mauelshagen <heinzm@redhat.com>
Mon, 17 Dec 2001 11:07:33 +0000 (11:07 +0000)
lib/device/dev-cache.c

index f4bce7f780a966279cdd5c20a7051a75acb44149..6b8ee4b34c14fe2870794c273e1f36165d5ea514 100644 (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;
        }
 
This page took 0.03163 seconds and 5 git commands to generate.