Typo in the word "priority"

This commit is contained in:
Vasyl Boroviak 2016-02-17 13:44:07 +11:00
parent 0627a5f0e9
commit d43e709364
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ static struct { const char* key; const char* info; } helpRight[] = {
{ .key = " a: ", .info = "set CPU affinity" },
#endif
{ .key = " e: ", .info = "show process environment" },
{ .key = " i: ", .info = "set IO prority" },
{ .key = " i: ", .info = "set IO priority" },
{ .key = " l: ", .info = "list open files with lsof" },
{ .key = " s: ", .info = "trace syscalls with strace" },
{ .key = " ", .info = "" },