]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 2 Nov 2025 08:03:00 +0000 (17:03 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 2 Nov 2025 08:03:03 +0000 (17:03 +0900)
Follow-up for 15734190c7cbfe5aed90647179e7dbbca592c8c5.

src/shared/varlink-io.systemd.Repart.c

index 53f5563d825e648727dc6876203ec55e6a822b1c..35b860db9e27ef68c8aaa26a84f45ed95ec0ddbe 100644 (file)
@@ -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."),