From 67226c3cb16bb53bee513344cb25443b81d7b142 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 10 Oct 2024 05:30:08 +0900 Subject: [PATCH] repart: fix typo Follow-up for d3032e651e2131c47d276e3fbdcbdf9fc51c8ef9. --- src/partition/repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition/repart.c b/src/partition/repart.c index e4eb2c1bb0e..65b50e346f9 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -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 "