]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix typo in lsfd.c
authorMario Blättermann <mario.blaettermann@gmail.com>
Thu, 16 Mar 2023 18:24:14 +0000 (19:24 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 18:24:14 +0000 (19:24 +0100)
misc-utils/lsfd.c

index 122bef9fa824766b0aadedf561ccab2a604622fd..15e124879228ec206d63808da5f943709d6f1343 100644 (file)
@@ -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") },