From e053446cbd52d422cb4be4876a64e184adfde5c7 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 21 May 2022 10:24:42 +0200 Subject: Fix typo, thx Explorer09 --- Action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- cgit v1.2.3