Merge pull request #413 from koresar/master

(Regression) Typo in the word "prority" -> "priority"
main
Hisham Muhammad 10 years ago
commit dc4f145629
  1. 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…
Cancel
Save