summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2019-04-28 16:46:10 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2019-04-28 16:46:10 +0200
commit910ace1611b898e13fd84eeb7b517c40e9163d2c (patch)
tree0849f621ad659e14e298f02dceb02864404ca12a /src/input_handler.cc
parent229768841bc63705897a27f923cb699fafc85ade (diff)
Fix typo
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 78363241..275bc1f0 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -1568,7 +1568,7 @@ void InputHandler::repeat_last_insert()
push_mode(new InputModes::Insert(*this, m_last_insert.mode, m_last_insert.count));
for (auto& key : keys)
{
- // refill last_insert, this is very inefficient, but necesary at the moment
+ // refill last_insert, this is very inefficient, but necessary at the moment
// to properly handle insert completion
m_last_insert.keys.push_back(key);
current_mode().handle_key(key);