diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-18 09:53:39 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-18 09:53:39 +0200 |
commit | 3e233e1f2417b6831220c950ab4747b6c47cbda8 (patch) | |
tree | af33d75cdcba45841693012bfa8a02d09a5da4b8 /editor/plugins/canvas_item_editor_plugin.cpp | |
parent | 4df80b0e629e25653a706f6721c13a1f9d1da368 (diff) | |
download | redot-engine-3e233e1f2417b6831220c950ab4747b6c47cbda8.tar.gz |
Fix various typos with codespell
Using 2.2.6.dev193+g907e5380.
Diffstat (limited to 'editor/plugins/canvas_item_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/canvas_item_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp index b0eaae3211..91f403bc49 100644 --- a/editor/plugins/canvas_item_editor_plugin.cpp +++ b/editor/plugins/canvas_item_editor_plugin.cpp @@ -5054,7 +5054,7 @@ CanvasItemEditor::CanvasItemEditor() { EditorRunBar::get_singleton()->call_deferred(SNAME("connect"), "play_pressed", callable_mp(this, &CanvasItemEditor::_update_override_camera_button).bind(true)); EditorRunBar::get_singleton()->call_deferred(SNAME("connect"), "stop_pressed", callable_mp(this, &CanvasItemEditor::_update_override_camera_button).bind(false)); - // Add some margin to the sides for better aesthetics. + // Add some margin to the sides for better esthetics. // This prevents the first button's hover/pressed effect from "touching" the panel's border, // which looks ugly. MarginContainer *toolbar_margin = memnew(MarginContainer); |