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
No known key found for this signature in database
GPG key ID: C3336907360768E1
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;
}
}