summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Youstra <jack@youstra.com>2021-04-21 00:16:12 -0700
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-04-21 16:10:04 +0800
commit98d973fdf1cea099bfe963e9b1736ab2cac08a35 (patch)
treedf3eefe6b9005f1b00290f2ade13d61e57ac0a31
parent94b8cfb9250da9f77f857b615a1461e748e04a27 (diff)
Fix help menu typo
-rw-r--r--src/interactive/widgets/help.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/widgets/help.rs b/src/interactive/widgets/help.rs
index c7574cc..89678db 100644
--- a/src/interactive/widgets/help.rs
+++ b/src/interactive/widgets/help.rs
@@ -123,7 +123,7 @@ impl HelpPane {
hotkey("Ctrl + u", "move up 10 entries at once", None);
hotkey("<Page Up>", "^", None);
hotkey("H", "Move to the top of the entries list", None);
- hotkey("G", "Move to the bottomw of the entries list", None);
+ hotkey("G", "Move to the bottom of the entries list", None);
spacer();
}
title("Keys for display");