diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-12 08:54:18 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-12 08:54:18 +0200 |
commit | 5c43e4c1efc85856a4e918bc67e1266657b9110c (patch) | |
tree | 1d518856b872791745613e6cfb71e5673df0b585 /scene/resources/animation.cpp | |
parent | 6a007c7512fe25765486c9a86854d533de4b1709 (diff) | |
download | redot-engine-5c43e4c1efc85856a4e918bc67e1266657b9110c.tar.gz |
Fix various typos with codespell
Using 2.2.6.dev180+ge3a2cfbd.
Diffstat (limited to 'scene/resources/animation.cpp')
-rw-r--r-- | scene/resources/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/animation.cpp b/scene/resources/animation.cpp index f2cd2bc933..c49da1ded1 100644 --- a/scene/resources/animation.cpp +++ b/scene/resources/animation.cpp @@ -4484,7 +4484,7 @@ struct AnimationCompressionDataState { void commit_temp_packets() { if (temp_packets.size() == 0) { - return; //nohing to do + return; // Nothing to do. } //#define DEBUG_PACKET_PUSH #ifdef DEBUG_PACKET_PUSH |