diff --git a/Action.c b/Action.c index 50dfde9e0428a3978cead489f214606aeac435f3..3b3c3b0599994070950193c2d202df7362a5e023 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 = "" },