From a373717a071e4c35e1eb5c033a7c04fe44ce6c1e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 Jun 2016 18:10:48 +0300 Subject: Fix typo handleActicateKey -> handleActivateKey --- src/input/keyboardconfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/keyboardconfig.cpp') diff --git a/src/input/keyboardconfig.cpp b/src/input/keyboardconfig.cpp index 81b16ecf2..888b86724 100644 --- a/src/input/keyboardconfig.cpp +++ b/src/input/keyboardconfig.cpp @@ -215,7 +215,7 @@ void KeyboardConfig::update() mKeyTimeMap, InputType::KEYBOARD); } -void KeyboardConfig::handleActicateKey(const SDL_Event &event) +void KeyboardConfig::handleActivateKey(const SDL_Event &event) { if (!mActiveKeys2) return; @@ -225,7 +225,7 @@ void KeyboardConfig::handleActicateKey(const SDL_Event &event) resetRepeat(key); } -void KeyboardConfig::handleActicateKey(const int key) +void KeyboardConfig::handleActivateKey(const int key) { if (!mActiveKeys2) return; -- cgit v1.2.3-60-g2f50