repart: fix typo

Follow-up for d3032e651e.
This commit is contained in:
Yu Watanabe
2024-10-10 05:30:08 +09:00
parent d866b0135f
commit 67226c3cb1

View File

@@ -7469,7 +7469,7 @@ static int context_update_verity_size(Context *context) {
p->verity_data_block_size,
&sz);
if (r < 0)
return log_error_errno(r, "Failed to caculate size of dm-verity hash partition: %m");
return log_error_errno(r, "Failed to calculate size of dm-verity hash partition: %m");
if (sz > p->size_min || sz > p->size_max)
log_warning("The dm-verity hash partition %s may be too small for a data partition "