]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: fix typo in debug message
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 18 Oct 2023 08:58:46 +0000 (10:58 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 14 Nov 2023 20:55:36 +0000 (21:55 +0100)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
libfdisk/src/script.c

index f537a7d99ee3ef784e6e07f5eae0f1e065dc3007..efa743f91d5e3c44dba725a2e4719cba11c56363 100644 (file)
@@ -1108,7 +1108,7 @@ static int parse_size_value(struct fdisk_script *dp, struct fdisk_partition *pa,
 done:
        DBG(SCRIPT, ul_debugobj(dp, "  size parse result: rc=%d, move=%s, size=%ju, default=%s",
                                rc, pa->resize == FDISK_RESIZE_REDUCE ? "reduce" :
-                                   pa->resize == FDISK_RESIZE_ENLARGE ? "enlage" : "none",
+                                   pa->resize == FDISK_RESIZE_ENLARGE ? "enlarge" : "none",
                                    pa->size,
                                    pa->end_follow_default ? "on" : "off"));
        return rc;