Fix minor typo: ussuported -> unsupported

This commit is contained in:
Yuri Chornoivan 2020-01-08 18:26:14 +02:00 committed by GitHub
parent e7924c4f15
commit 760ecc3613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 == '=')