summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorTaupiqueur <alexherbo2@gmail.com>2021-04-19 21:00:17 +0200
committerTaupiqueur <alexherbo2@gmail.com>2021-04-19 21:00:17 +0200
commit1126456beb78fb86b394ac2a90e4ef4590317d72 (patch)
treee805a4b04dc7fb4899f7fe891650ce75d6707dfd /src/app
parent685836c7a465f992e6a4f2a3f4c2feca23df3403 (diff)
Fix typos
Diffstat (limited to 'src/app')
-rw-r--r--src/app/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/state.rs b/src/app/state.rs
index 5c771eb..d48d005 100644
--- a/src/app/state.rs
+++ b/src/app/state.rs
@@ -78,7 +78,7 @@ pub trait AppState {
///
/// The invocation comes from the input and may be related
/// to a different verb (the verb may have been triggered
- /// by a key shorctut)
+ /// by a key shortcut)
fn on_internal(
&mut self,
w: &mut W,