summaryrefslogtreecommitdiff
path: root/src/input/keyboardconfig.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-10 18:10:48 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-10 18:12:36 +0300
commita373717a071e4c35e1eb5c033a7c04fe44ce6c1e (patch)
tree9974117cdd545b0cdffea1c08d1e2d4bb3dab5f1 /src/input/keyboardconfig.cpp
parent92c196947c06a795d81ff35f7c0bf6946e214b5a (diff)
downloadplus-a373717a071e4c35e1eb5c033a7c04fe44ce6c1e.tar.gz
plus-a373717a071e4c35e1eb5c033a7c04fe44ce6c1e.tar.bz2
plus-a373717a071e4c35e1eb5c033a7c04fe44ce6c1e.tar.xz
plus-a373717a071e4c35e1eb5c033a7c04fe44ce6c1e.zip
Fix typo handleActicateKey -> handleActivateKey
Diffstat (limited to 'src/input/keyboardconfig.cpp')
-rw-r--r--src/input/keyboardconfig.cpp4
1 files changed, 2 insertions, 2 deletions
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;