From d43e70936430d0fce9587522e96eb8d3db29b7c0 Mon Sep 17 00:00:00 2001 From: Vasyl Boroviak Date: Wed, 17 Feb 2016 13:44:07 +1100 Subject: [PATCH] Typo in the word "priority" --- Action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" },