summaryrefslogtreecommitdiffstats
path: root/src/command
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-07-24 23:05:42 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-07-24 23:05:42 +0800
commit41aee68a4d974b077408756127741b34b0b67ee8 (patch)
tree84c3f839ccbb55d9b9b1883153de35ef0ab4c7e5 /src/command
parente8a5f7687ac9efd30d549ce2dd1b83e452506215 (diff)
fix typos
Diffstat (limited to 'src/command')
-rw-r--r--src/command/panel_input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/panel_input.rs b/src/command/panel_input.rs
index f1a9406..a851bdd 100644
--- a/src/command/panel_input.rs
+++ b/src/command/panel_input.rs
@@ -223,7 +223,7 @@ impl PanelInput {
let mut parts = CommandParts::from(raw.clone());
// we first handle the cases that MUST absolutely
- // not be overriden by configuration
+ // not be overridden by configuration
if key == key!(esc) {
// tab cycling