From: Mario Blättermann Date: Fri, 1 Oct 2021 18:39:48 +0000 (+0200) Subject: lsfd: Fix typos in lsfd.c X-Git-Tag: v2.38-rc1~144^2~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c6c3c859699e48a1e5fa827f082eac0a5a7fa58;p=thirdparty%2Futil-linux.git lsfd: Fix typos in lsfd.c --- diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index 3e5d65f52b..d8025d7633 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -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,