summaryrefslogtreecommitdiffstats
path: root/core/input
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-16 08:45:35 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-16 08:45:35 +0200
commit6fb391bc2366cf51780f5bb6eaa199d5b63b9ec1 (patch)
tree752b2ca247f087920723b70a01d3b3ae5d471474 /core/input
parentc0d8d91b15597209a1ca865c6ff4f84f06f7de86 (diff)
downloadredot-engine-6fb391bc2366cf51780f5bb6eaa199d5b63b9ec1.tar.gz
Fix various typos with codespell
And ignore some false positives introduced by recent versions of codespell.
Diffstat (limited to 'core/input')
-rw-r--r--core/input/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input/input.cpp b/core/input/input.cpp
index b4945b41a8..cf8d71b9a7 100644
--- a/core/input/input.cpp
+++ b/core/input/input.cpp
@@ -1544,7 +1544,7 @@ Input::Input() {
legacy_just_pressed_behavior = GLOBAL_DEF("input_devices/compatibility/legacy_just_pressed_behavior", false);
if (Engine::get_singleton()->is_editor_hint()) {
- // Always use standard behaviour in the editor.
+ // Always use standard behavior in the editor.
legacy_just_pressed_behavior = false;
}
}