mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
pool: fix typo in error message: then -> than
This commit is contained in:
parent
a057f40155
commit
a5baf13a06
@ -402,7 +402,7 @@ int update_pool_params(const struct segment_type *segtype,
|
|||||||
return_0;
|
return_0;
|
||||||
|
|
||||||
if ((uint64_t) *chunk_size > (uint64_t) pool_data_extents * vg->extent_size) {
|
if ((uint64_t) *chunk_size > (uint64_t) pool_data_extents * vg->extent_size) {
|
||||||
log_error("Size of %s data volume cannot be smaller then chunk size %s.",
|
log_error("Size of %s data volume cannot be smaller than chunk size %s.",
|
||||||
segtype->name, display_size(vg->cmd, *chunk_size));
|
segtype->name, display_size(vg->cmd, *chunk_size));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user