]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix typos in user visible messages
authorYuri Chornoivan <yurchor@ukr.net>
Thu, 3 Jul 2014 06:33:15 +0000 (09:33 +0300)
committerYuri Chornoivan <yurchor@ukr.net>
Thu, 3 Jul 2014 06:33:15 +0000 (09:33 +0300)
login-utils/lslogins.c
misc-utils/lsblk.c

index 4ade02cf931235c3831607ab0029899b674f1008..7dac27fbc2b3949229dda5b4538906f427b7de16 100644 (file)
@@ -329,7 +329,7 @@ static char *make_time(int mode, time_t time)
                strftime(buf, sizeof(buf), "%Y-%m-%dT%H:%M:%S%z", &tm);
                break;
        default:
-               errx(EXIT_FAILURE, _("unssupported time type"));
+               errx(EXIT_FAILURE, _("unsupported time type"));
        }
        return xstrdup(buf);
 }
index 688ee6dea4ac37768dbfde27a581951ec2acfb7e..0aabf366bfb51935b9ea9eb105ac1db20a577263 100644 (file)
@@ -1487,7 +1487,7 @@ static void __attribute__((__noreturn__)) help(FILE *out)
        fputs(_(" -s, --inverse        inverse dependencies\n"), out);
        fputs(_(" -S, --scsi           output info about SCSI devices\n"), out);
        fputs(_(" -t, --topology       output info about topology\n"), out);
-       fputs(_(" -x, --sort <column>  sort output by <colum>\n"), out);
+       fputs(_(" -x, --sort <column>  sort output by <column>\n"), out);
        fputs(USAGE_SEPARATOR, out);
        fputs(USAGE_HELP, out);
        fputs(USAGE_VERSION, out);