1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00

cleanup: fix typos

This commit is contained in:
Zdenek Kabelac 2012-10-09 19:42:26 +02:00
parent ca09c9ab4c
commit b6512b10ae

View 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";
}