1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Fix various typos with codespell

Using 2.2.6.dev193+g907e5380.
This commit is contained in:
Rémi Verschelde
2023-09-18 09:53:39 +02:00
parent 4df80b0e62
commit 3e233e1f24
4 changed files with 5 additions and 5 deletions

View File

@@ -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);