mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
cleanup: fix typos
This commit is contained in:
parent
ca09c9ab4c
commit
b6512b10ae
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user