Fix various typos with codespell
And ignore some false positives introduced by recent versions of codespell.
This commit is contained in:
parent
c0d8d91b15
commit
6fb391bc23
11 changed files with 18 additions and 18 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue