From a124f1effed40f5fa232b814469bf1ce57043897 Mon Sep 17 00:00:00 2001 From: luz paz Date: Sun, 2 Jan 2022 01:03:58 -0500 Subject: Fix various typos Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn` Update editor/import/resource_importer_layered_texture.cpp Co-authored-by: Raul Santos Update doc/classes/TileSetScenesCollectionSource.xml Co-authored-by: Raul Santos Update scene/gui/graph_edit.cpp Co-authored-by: Raul Santos Update scene/resources/animation.cpp Co-authored-by: Raul Santos Update scene/resources/animation.cpp Co-authored-by: Raul Santos Update scene/resources/animation.cpp Co-authored-by: Raul Santos Update scene/gui/rich_text_label.cpp Co-authored-by: Raul Santos Revert previously committed change --- editor/plugins/skeleton_3d_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/plugins') diff --git a/editor/plugins/skeleton_3d_editor_plugin.cpp b/editor/plugins/skeleton_3d_editor_plugin.cpp index bb5ef0f6eb..9c1f600eaa 100644 --- a/editor/plugins/skeleton_3d_editor_plugin.cpp +++ b/editor/plugins/skeleton_3d_editor_plugin.cpp @@ -1110,7 +1110,7 @@ void fragment() { )"); selected_mat->set_shader(selected_sh); - // Regist properties in editor settings. + // Register properties in editor settings. EDITOR_DEF("editors/3d_gizmos/gizmo_colors/skeleton", Color(1, 0.8, 0.4)); EDITOR_DEF("editors/3d_gizmos/gizmo_colors/selected_bone", Color(0.8, 0.3, 0.0)); EDITOR_DEF("editors/3d_gizmos/gizmo_settings/bone_axis_length", (float)0.1); -- cgit v1.2.3