diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp index b15544651..06fdf5f4e 100644 --- a/src/managers/KeybindManager.cpp +++ b/src/managers/KeybindManager.cpp @@ -161,7 +161,7 @@ void CKeybindManager::toggleActivePseudo(std::string args) { g_pLayoutManager->getCurrentLayout()->recalculateWindow(ACTIVEWINDOW); } -void CKeybindManager::gichangeworkspace(std::string args) { +void CKeybindManager::changeworkspace(std::string args) { int workspaceToChangeTo = 0; std::string workspaceName = "";