fix typo (dist -> disk)

This was changed in commit 37e01cbe33,
probably unintentional.
This commit is contained in:
Christian Hesse 2022-05-20 12:35:40 +02:00 committed by BenBE
parent 37e01cbe33
commit d73cc70566
1 changed files with 1 additions and 1 deletions

View File

@ -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