summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2016-01-06 22:00:52 -0200
committerHisham Muhammad <hisham@gobolinux.org>2016-01-06 22:00:52 -0200
commitfc61e25f5b169723e1444e66eef265d7281f18ee (patch)
tree20c02a77c2f7c88bac582727b728368b65a96d47
parentfc4c9757b01676e7cc16a50f04a3be25c00abbf0 (diff)
parent4b29e8485fcdd9a838173d13b1d348c8ac2b0218 (diff)
Merge pull request #343 from FreedomBen/typo-priority
Fix typo: prority => priority
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
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 = "" },

© 2014-2024 Faster IT GmbH | imprint | privacy policy