Fix typo: prority => priority

This commit is contained in:
Benjamin Porter 2016-01-06 13:49:49 -09:00
parent fc4c9757b0
commit 4b29e8485f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "" },