]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: fix typos
authorKarel Zak <kzak@redhat.com>
Mon, 11 Jul 2022 18:09:56 +0000 (20:09 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 11 Jul 2022 18:09:56 +0000 (20:09 +0200)
Reported-by: Thomas Weißschuh <thomas@t-8ch.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/script.c

index b620edad5865401adb24fb277f5ea79e6a8db95a..32e2fe9bc5cd13372de25428a33403248ec69566 100644 (file)
@@ -1553,11 +1553,11 @@ int fdisk_apply_script_headers(struct fdisk_context *cxt, struct fdisk_script *d
                 */
                if (fdisk_script_get_header(dp, "first-lba")) {
                        fdisk_script_set_header(dp, "first-lba", NULL);
-                       fdisk_info(dp->cxt, _("Ingnore \"first-lba\" header due to sector size mismatch."));
+                       fdisk_info(dp->cxt, _("Ignore \"first-lba\" header due to sector size mismatch."));
                }
                if (fdisk_script_get_header(dp, "last-lba")) {
                        fdisk_script_set_header(dp, "last-lba", NULL);
-                       fdisk_info(dp->cxt, _("Ingnore \"last-lba\" header due to sector size mismatch."));
+                       fdisk_info(dp->cxt, _("Ignore \"last-lba\" header due to sector size mismatch."));
                }
        }