Fix typo, thx Explorer09

This commit is contained in:
Benny Baumann 2022-05-21 10:24:42 +02:00
parent 3d8fa0b926
commit e053446cbd
1 changed files with 1 additions and 1 deletions

View File

@ -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]);