summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-08-18 12:48:56 +0200
committerBenBE <BenBE@geshi.org>2021-08-18 14:01:25 +0200
commita0c244a163c70b47cad3f9ee2cf165da0144ff22 (patch)
tree449aeb5841297163872bd6a42dd22e622c30b94d
parentf886759022c06ccee679e580882b51828c2021aa (diff)
Spell out virtualized
-rw-r--r--Action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Action.c b/Action.c
index a63b30e4..c7f4118b 100644
--- a/Action.c
+++ b/Action.c
@@ -547,8 +547,8 @@ static Htop_Reaction actionHelp(State* st) {
addattrstr(CRT_colors[CPU_NICE_TEXT], "low-priority"); addstr("/");
addattrstr(CRT_colors[CPU_NORMAL], "normal"); addstr("/");
addattrstr(CRT_colors[CPU_SYSTEM], "kernel"); addstr("/");
- addattrstr(CRT_colors[CPU_GUEST], "virtualiz");
- addattrstr(CRT_colors[BAR_SHADOW], " used%");
+ addattrstr(CRT_colors[CPU_GUEST], "virtualized");
+ addattrstr(CRT_colors[BAR_SHADOW], " used%");
}
addattrstr(CRT_colors[BAR_BORDER], "]");
attrset(CRT_colors[DEFAULT_COLOR]);

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