* 'patch-1' of https://github.com/yurchor/util-linux:
  Fix minor typo: ussuported -> unsupported
This commit is contained in:
Karel Zak 2020-01-23 15:52:44 +01:00
commit 704156ad63
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ int main(int argc, char **argv)
else if (strcasecmp(optarg, "advanced") == 0)
format = SCRIPT_FMT_TIMING_MULTI;
else
errx(EXIT_FAILURE, _("unssuported logging format: '%s'"), optarg);
errx(EXIT_FAILURE, _("unsupported logging format: '%s'"), optarg);
break;
case 't':
if (optarg && *optarg == '=')