]> sourceware.org Git - lvm2.git/commitdiff
cleanup: fix typos
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 9 Oct 2012 17:42:26 +0000 (19:42 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 10 Oct 2012 19:22:11 +0000 (21:22 +0200)
lib/metadata/thin_manip.c

index c1fa8b268537246e6f99a819b008ff61a433790f..e7e96dfa3297f04b64307a8d0d7fa6d943c40ee2 100644 (file)
@@ -350,7 +350,7 @@ int extend_pool(struct logical_volume *pool_lv, const struct segment_type *segty
                        return 0;
                }
        } else {
-               log_warn("WARNING: Pool %s is created without initilization.", pool_lv->name);
+               log_warn("WARNING: Pool %s is created without initialization.", pool_lv->name);
        }
 
        if (dm_snprintf(name, len, "%s_tmeta", pool_lv->name) < 0)
@@ -456,7 +456,7 @@ const char *get_pool_discards_name(thin_discards_t discards)
                return "ignore";
        }
 
-       log_error(INTERNAL_ERROR "Uknown discards type encountered.");
+       log_error(INTERNAL_ERROR "Unknown discards type encountered.");
 
        return "unknown";
 }
This page took 0.040591 seconds and 5 git commands to generate.