From: Karel Zak Date: Tue, 14 May 2024 07:45:00 +0000 (+0200) Subject: wipefs: fix typo X-Git-Tag: v2.42-start~342 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55748ad403d8ffc68e505bca08c607b330a210db;p=thirdparty%2Futil-linux.git wipefs: fix typo Fixes: https://github.com/util-linux/util-linux/issues/3027 Signed-off-by: Karel Zak --- diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c index 0d6cfa54e..148907f27 100644 --- a/misc-utils/wipefs.c +++ b/misc-utils/wipefs.c @@ -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")}