From 4b29e8485fcdd9a838173d13b1d348c8ac2b0218 Mon Sep 17 00:00:00 2001 From: Benjamin Porter Date: Wed, 6 Jan 2016 13:49:49 -0900 Subject: [PATCH] Fix typo: prority => priority --- Action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Action.c b/Action.c index 6c387def..5e0e109c 100644 --- a/Action.c +++ b/Action.c @@ -404,7 +404,7 @@ static struct { const char* key; const char* info; } helpRight[] = { #if (HAVE_LIBHWLOC || HAVE_NATIVE_AFFINITY) { .key = " a: ", .info = "set CPU affinity" }, #endif - { .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 = "" },