Merge pull request #413 from koresar/master

(Regression) Typo in the word "prority" -> "priority"
This commit is contained in:
Hisham Muhammad 2016-02-17 10:38:38 -02:00
commit dc4f145629
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 = "" },