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 --- modules/mono/glue/GodotSharp/GodotSharp/Core/GD.cs | 2 +- modules/mono/glue/GodotSharp/GodotSharp/Core/StringExtensions.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mono') diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/GD.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/GD.cs index c664463e86..74aa38386f 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Core/GD.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/GD.cs @@ -400,7 +400,7 @@ namespace Godot /// /// /// Seed to use to generate the random number. - /// If a different seed is used, its value will be modfied. + /// If a different seed is used, its value will be modified. /// /// A random number. public static uint RandFromSeed(ref ulong seed) diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/StringExtensions.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/StringExtensions.cs index 68e6422c19..a89dca6c34 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Core/StringExtensions.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/StringExtensions.cs @@ -694,7 +694,7 @@ namespace Godot /// /// Returns if the string is a path to a file or - /// directory and its startign point is explicitly defined. This includes + /// directory and its starting point is explicitly defined. This includes /// res://, user://, C:\, /, etc. /// /// -- cgit v1.2.3