From: Mario Blättermann Date: Thu, 16 Mar 2023 18:24:14 +0000 (+0100) Subject: Fix typo in lsfd.c X-Git-Tag: v2.39-rc2~31^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df19f7c6c463d9e628e63daf303a8c4dd54f72a8;p=thirdparty%2Futil-linux.git Fix typo in lsfd.c --- diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index 122bef9fa8..15e1248792 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -320,7 +320,7 @@ static const struct colinfo infos[] = { N_("user ID number of the process") }, [COL_UNIX_PATH] = { "UNIX.PATH", 0.4, SCOLS_FL_TRUNC, SCOLS_JSON_STRING, - N_("filesystem pathname for UNIX doamin socketo") }, + N_("filesystem pathname for UNIX domain socket") }, [COL_USER] = { "USER", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, N_("user of the process") },