summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoryanshay <yanivshaya@gmail.com>2023-02-07 18:40:34 +0200
committerGitHub <noreply@github.com>2023-02-07 11:40:34 -0500
commit7d57d190d56f9b0ae7f14175dfebd9a00a171a6b (patch)
treed92da6f1a195247b83f3ea528a49fa18290b3572 /src
parent1b29050197b41b465945e3efb90b64e368a89532 (diff)
Fix typo in help page "Swith" -> "Switch" (#252)
Diffstat (limited to 'src')
-rw-r--r--src/key_command/impl_comment.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/key_command/impl_comment.rs b/src/key_command/impl_comment.rs
index 8d8eeb7..66b5997 100644
--- a/src/key_command/impl_comment.rs
+++ b/src/key_command/impl_comment.rs
@@ -114,8 +114,8 @@ impl CommandComment for Command {
Self::Filter { .. } => "Filter directory list",
- Self::TabSwitch { .. } => "Swith to the next tab",
- Self::TabSwitchIndex { .. } => "Swith to a given tab",
+ Self::TabSwitch { .. } => "Switch to the next tab",
+ Self::TabSwitchIndex { .. } => "Switch to a given tab",
Self::Help => "Open this help page",
Self::SearchFzf => "Search via fzf",