summaryrefslogtreecommitdiffstats
path: root/editor/plugins/node_3d_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-09-18 09:53:39 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-09-18 09:53:39 +0200
commit3e233e1f2417b6831220c950ab4747b6c47cbda8 (patch)
treeaf33d75cdcba45841693012bfa8a02d09a5da4b8 /editor/plugins/node_3d_editor_plugin.cpp
parent4df80b0e629e25653a706f6721c13a1f9d1da368 (diff)
downloadredot-engine-3e233e1f2417b6831220c950ab4747b6c47cbda8.tar.gz
Fix various typos with codespell
Using 2.2.6.dev193+g907e5380.
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.cpp')
-rw-r--r--editor/plugins/node_3d_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.cpp b/editor/plugins/node_3d_editor_plugin.cpp
index 5804aed45e..404f465015 100644
--- a/editor/plugins/node_3d_editor_plugin.cpp
+++ b/editor/plugins/node_3d_editor_plugin.cpp
@@ -8197,7 +8197,7 @@ Node3DEditor::Node3DEditor() {
camera_override_viewport_id = 0;
- // 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);