mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-20 08:45:45 +03:00
Merge pull request #343 from FreedomBen/typo-priority
Fix typo: prority => priority
This commit is contained in:
commit
fc61e25f5b
2
Action.c
2
Action.c
@ -404,7 +404,7 @@ static struct { const char* key; const char* info; } helpRight[] = {
|
|||||||
#if (HAVE_LIBHWLOC || HAVE_NATIVE_AFFINITY)
|
#if (HAVE_LIBHWLOC || HAVE_NATIVE_AFFINITY)
|
||||||
{ .key = " a: ", .info = "set CPU affinity" },
|
{ .key = " a: ", .info = "set CPU affinity" },
|
||||||
#endif
|
#endif
|
||||||
{ .key = " i: ", .info = "set IO prority" },
|
{ .key = " i: ", .info = "set IO priority" },
|
||||||
{ .key = " l: ", .info = "list open files with lsof" },
|
{ .key = " l: ", .info = "list open files with lsof" },
|
||||||
{ .key = " s: ", .info = "trace syscalls with strace" },
|
{ .key = " s: ", .info = "trace syscalls with strace" },
|
||||||
{ .key = " ", .info = "" },
|
{ .key = " ", .info = "" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user