]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
wipefs: fix typo
authorKarel Zak <kzak@redhat.com>
Tue, 14 May 2024 07:45:00 +0000 (09:45 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 14 May 2024 07:45:00 +0000 (09:45 +0200)
Fixes: https://github.com/util-linux/util-linux/issues/3027
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/wipefs.c

index 0d6cfa54ee70a724434f45fba77688b85fec84b3..148907f27b780e0ee9e5595bdd27a1a300c50959 100644 (file)
@@ -109,7 +109,7 @@ static const struct colinfo infos[] = {
        [COL_UUID]    = {"UUID",     4, 0, N_("partition/filesystem UUID")},
        [COL_LABEL]   = {"LABEL",    5, 0, N_("filesystem LABEL")},
        [COL_LEN]     = {"LENGTH",   6, 0, N_("magic string length")},
-       [COL_TYPE]    = {"TYPE",     4, 0, N_("superblok type")},
+       [COL_TYPE]    = {"TYPE",     4, 0, N_("superblock type")},
        [COL_OFFSET]  = {"OFFSET",   5, 0, N_("magic string offset")},
        [COL_USAGE]   = {"USAGE",    5, 0, N_("type description")},
        [COL_DEVICE]  = {"DEVICE",   5, 0, N_("block device name")}