summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2016-02-17 10:38:38 -0200
committerHisham Muhammad <hisham@gobolinux.org>2016-02-17 10:38:38 -0200
commitdc4f1456295670638e618ece3d13271e55b894de (patch)
tree57b4d5a426c323b888f81de2217800fb87587215
parent0627a5f0e90d09e9cd6c6e81a1265b5943c31341 (diff)
parentd43e70936430d0fce9587522e96eb8d3db29b7c0 (diff)
Merge pull request #413 from koresar/master
(Regression) Typo in the word "prority" -> "priority"
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 50dfde9e..3b3c3b05 100644
--- a/Action.c
+++ b/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 = "" },