]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: fix a typo in DEVTYPE description
authorMasatake YAMATO <yamato@redhat.com>
Sun, 3 Oct 2021 19:37:19 +0000 (04:37 +0900)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Oct 2021 09:01:54 +0000 (11:01 +0200)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.c

index d8025d763357379a6006ff379c80c51e00a3802a..8ab9f147d11463fe3158515b16fa39cac0cbe132 100644 (file)
@@ -98,7 +98,7 @@ static struct colinfo infos[] = {
        [COL_DEV]     = { "DEV",      0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
                N_("ID of device containing file") },
        [COL_DEVTYPE] = { "DEVTYPE",  0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
-               N_("device type (blk, char, or nodev") },
+               N_("device type (blk, char, or nodev)") },
        [COL_FLAGS]   = { "FLAGS",    0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
                N_("flags specified when opening the file") },
        [COL_FD]      = { "FD",       0, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,