]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: Fix typos in lsfd.c
authorMario Blättermann <mario.blaettermann@gmail.com>
Fri, 1 Oct 2021 18:39:48 +0000 (20:39 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Oct 2021 09:01:54 +0000 (11:01 +0200)
misc-utils/lsfd.c

index 3e5d65f52b654cccfd7b52bccada3430d9463bee..d8025d763357379a6006ff379c80c51e00a3802a 100644 (file)
@@ -90,7 +90,7 @@ static struct colinfo infos[] = {
        [COL_ASSOC]   = { "ASSOC",    0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
                N_("association between file and process") },
        [COL_CHRDRV]  = { "CHRDRV",   0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
-               N_("charcter device driver name resolved by /proc/devices") },
+               N_("character device driver name resolved by /proc/devices") },
        [COL_COMMAND] = { "COMMAND",0.3, SCOLS_FL_TRUNC, SCOLS_JSON_STRING,
                N_("command of the process opening the file") },
        [COL_DELETED] = { "DELETED",  0, SCOLS_FL_RIGHT, SCOLS_JSON_BOOLEAN,
@@ -110,7 +110,7 @@ static struct colinfo infos[] = {
        [COL_MAPLEN]  = { "MAPLEN",   0, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,
                N_("length of file mapping (in page)") },
        [COL_MISCDEV] = { "MISCDEV",  0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
-               N_("misc character device name resolved by /procmisc") },
+               N_("misc character device name resolved by /proc/misc") },
        [COL_MNT_ID]  = { "MNTID",    0, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,
                N_("mount id") },
        [COL_MODE]    = { "MODE",     0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,