mirror of https://github.com/xzeldon/htop.git
Merge pull request #413 from koresar/master
(Regression) Typo in the word "prority" -> "priority"
This commit is contained in:
commit
dc4f145629
2
Action.c
2
Action.c
|
@ -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 = "" },
|
||||
|
|
Loading…
Reference in New Issue