diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-30 14:22:47 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-30 14:22:47 +0100 |
commit | 312011fadec12c98eb14791bb0b19c63463d98ae (patch) | |
tree | 9266aeabca1f2d343420e1c19242f9208f40e82d /editor/input_event_configuration_dialog.cpp | |
parent | 6bdc4ea88c283f5ec29278caaee5a019bca5e82f (diff) | |
download | redot-engine-312011fadec12c98eb14791bb0b19c63463d98ae.tar.gz |
Fix various typos with codespell
And include #72377.
Co-authored-by: Wiktor Kocielski <withaust@gmail.com>
Diffstat (limited to 'editor/input_event_configuration_dialog.cpp')
-rw-r--r-- | editor/input_event_configuration_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/input_event_configuration_dialog.cpp b/editor/input_event_configuration_dialog.cpp index 37c2fd5f1e..fb450a41d3 100644 --- a/editor/input_event_configuration_dialog.cpp +++ b/editor/input_event_configuration_dialog.cpp @@ -201,7 +201,7 @@ void InputEventConfigurationDialog::_on_listen_input_changed(const Ref<InputEven } if (k.is_valid()) { - k->set_pressed(false); // To avoid serialisation of 'pressed' property - doesn't matter for actions anyway. + k->set_pressed(false); // To avoid serialization of 'pressed' property - doesn't matter for actions anyway. if (key_mode->get_selected_id() == KEYMODE_KEYCODE) { k->set_physical_keycode(Key::NONE); k->set_key_label(Key::NONE); |