1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Fix various typos with codespell

And ignore some false positives introduced by recent versions of codespell.
This commit is contained in:
Rémi Verschelde
2023-06-16 08:45:35 +02:00
parent c0d8d91b15
commit 6fb391bc23
11 changed files with 18 additions and 18 deletions

View File

@@ -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;
}
}