From b6512b10ae258b2d7e9b2cb6c5fff2edb2042c96 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 9 Oct 2012 19:42:26 +0200 Subject: [PATCH] cleanup: fix typos --- lib/metadata/thin_manip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } -- 2.43.5