From 55748ad403d8ffc68e505bca08c607b330a210db Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 14 May 2024 09:45:00 +0200 Subject: [PATCH] wipefs: fix typo Fixes: https://github.com/util-linux/util-linux/issues/3027 Signed-off-by: Karel Zak --- misc-utils/wipefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c index 0d6cfa54ee..148907f27b 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")} -- 2.47.2