1
0
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:
Peter Rajnoha 2014-12-04 09:17:48 +01:00
parent a057f40155
commit a5baf13a06

View File

@ -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;
}