mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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;
|
||||
|
||||
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));
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user