From d73cc7056631186d428e342794fe4648f4778cea Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 20 May 2022 12:35:40 +0200 Subject: fix typo (dist -> disk) This was changed in commit 37e01cbe33714c8fde72220555b92c7d8585d127, probably unintentional. --- Action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3