summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2022-05-21 10:24:42 +0200
committerBenny Baumann <BenBE@geshi.org>2022-05-21 10:24:42 +0200
commite053446cbd52d422cb4be4876a64e184adfde5c7 (patch)
tree872a08006b0c0c1aa1316c7a7728d4f0fefcbfd5
parent3d8fa0b926a463006773534411df91be2b9d68ed (diff)
Fix typo, thx Explorer09
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 12db6951..551c426b 100644
--- a/Action.c
+++ b/Action.c
@@ -602,7 +602,7 @@ static Htop_Reaction actionHelp(State* st) {
addbartext(CRT_colors[MEMORY_SHARED], "/", "shared");
addbartext(CRT_colors[MEMORY_CACHE], "/", "cache");
addbartext(CRT_colors[BAR_SHADOW], " ", "used");
- addbartext(CRT_colors[BAR_SHADOW], "/", "totel");
+ addbartext(CRT_colors[BAR_SHADOW], "/", "total");
addattrstr(CRT_colors[BAR_BORDER], "]");
attrset(CRT_colors[DEFAULT_COLOR]);

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