summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2022-05-20 12:35:40 +0200
committerBenBE <BenBE@geshi.org>2022-05-20 12:58:12 +0200
commitd73cc7056631186d428e342794fe4648f4778cea (patch)
treea6fab1f80783e43408f9e1200d6d2cbc4e4057a1
parent37e01cbe33714c8fde72220555b92c7d8585d127 (diff)
fix typo (dist -> disk)
This was changed in commit 37e01cbe33714c8fde72220555b92c7d8585d127, probably unintentional.
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 5aabcc3f..cb132b4a 100644
--- a/Action.c
+++ b/Action.c
@@ -629,7 +629,7 @@ static Htop_Reaction actionHelp(State* st) {
addattrstatestr(CRT_colors[PROCESS_SHADOW], "S", "sleeping; ");
addattrstatestr(CRT_colors[PROCESS_RUN_STATE], "t", "traced/stopped; ");
addattrstatestr(CRT_colors[PROCESS_D_STATE], "Z", "zombie; ");
- addattrstatestr(CRT_colors[PROCESS_D_STATE], "D", "dist sleep");
+ addattrstatestr(CRT_colors[PROCESS_D_STATE], "D", "disk sleep");
attrset(CRT_colors[DEFAULT_COLOR]);
#undef addattrstatestr

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