From: Yu Watanabe Date: Sun, 2 Nov 2025 08:03:00 +0000 (+0900) Subject: repart: fix typo X-Git-Tag: v259-rc1~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeedea94dabd3f4d3a48c3270ad05f00bf78f676;p=thirdparty%2Fsystemd.git repart: fix typo Follow-up for 15734190c7cbfe5aed90647179e7dbbca592c8c5. --- 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."),