mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-04 10:27:07 +03:00
fix typo (dist -> disk)
This was changed in commit 37e01cbe33714c8fde72220555b92c7d8585d127, probably unintentional.
This commit is contained in:
parent
37e01cbe33
commit
d73cc70566
2
Action.c
2
Action.c
@ -629,7 +629,7 @@ static Htop_Reaction actionHelp(State* st) {
|
|||||||
addattrstatestr(CRT_colors[PROCESS_SHADOW], "S", "sleeping; ");
|
addattrstatestr(CRT_colors[PROCESS_SHADOW], "S", "sleeping; ");
|
||||||
addattrstatestr(CRT_colors[PROCESS_RUN_STATE], "t", "traced/stopped; ");
|
addattrstatestr(CRT_colors[PROCESS_RUN_STATE], "t", "traced/stopped; ");
|
||||||
addattrstatestr(CRT_colors[PROCESS_D_STATE], "Z", "zombie; ");
|
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]);
|
attrset(CRT_colors[DEFAULT_COLOR]);
|
||||||
|
|
||||||
#undef addattrstatestr
|
#undef addattrstatestr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user