From eeedea94dabd3f4d3a48c3270ad05f00bf78f676 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 2 Nov 2025 17:03:00 +0900 Subject: [PATCH] repart: fix typo Follow-up for 15734190c7cbfe5aed90647179e7dbbca592c8c5. --- src/shared/varlink-io.systemd.Repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/varlink-io.systemd.Repart.c b/src/shared/varlink-io.systemd.Repart.c index 53f5563d825..35b860db9e2 100644 --- a/src/shared/varlink-io.systemd.Repart.c +++ b/src/shared/varlink-io.systemd.Repart.c @@ -114,7 +114,7 @@ SD_VARLINK_DEFINE_INTERFACE( &vl_error_ConflictingDiskLabelPresent, SD_VARLINK_SYMBOL_COMMENT("The target disk has insufficient free space to fit all requested partitions. (But the disk would fit, if emptied.)"), &vl_error_InsufficientFreeSpace, - SD_VARLINK_SYMBOL_COMMENT("The target disk is too small to fit the installation. (Regardless if emtied or not.)"), + SD_VARLINK_SYMBOL_COMMENT("The target disk is too small to fit the installation. (Regardless if emptied or not.)"), &vl_error_DiskTooSmall, SD_VARLINK_SYMBOL_COMMENT("Return a list of candidate block devices, i.e. that support partition scanning and other requirements for successful operation."), -- 2.47.3