From: Zdenek Kabelac Date: Tue, 9 Oct 2012 17:42:26 +0000 (+0200) Subject: cleanup: fix typos X-Git-Tag: v2_02_98~70 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b6512b10ae258b2d7e9b2cb6c5fff2edb2042c96;p=lvm2.git cleanup: fix typos --- diff --git a/lib/metadata/thin_manip.c b/lib/metadata/thin_manip.c index c1fa8b268..e7e96dfa3 100644 --- a/lib/metadata/thin_manip.c +++ b/lib/metadata/thin_manip.c @@ -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"; }