]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 9 Oct 2024 20:30:08 +0000 (05:30 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 9 Oct 2024 20:30:11 +0000 (05:30 +0900)
Follow-up for d3032e651e2131c47d276e3fbdcbdf9fc51c8ef9.

src/partition/repart.c

index e4eb2c1bb0eecb5fc3469c72ef059a10b282a369..65b50e346f9045d84d42743f77a50096be24a8ba 100644 (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 "