diff options
author | luz paz <luzpaz@users.noreply.github.com> | 2022-01-02 13:47:52 -0500 |
---|---|---|
committer | luz paz <luzpaz@users.noreply.github.com> | 2022-01-13 23:20:01 -0500 |
commit | 858bcd50587c6e2effbd1173ce61656d6a3f343b (patch) | |
tree | 811244bf0cba9cdb6c5795034c097d94e2e5d1e0 /tests/core | |
parent | d13c3c92965980aacbf94007d94a56aa92ebbb4e (diff) |
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,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew`
Diffstat (limited to 'tests/core')
-rw-r--r-- | tests/core/math/test_math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/math/test_math.cpp b/tests/core/math/test_math.cpp index 7b1f3af2b9..a24a8fde2b 100644 --- a/tests/core/math/test_math.cpp +++ b/tests/core/math/test_math.cpp @@ -308,7 +308,7 @@ public: curly_stack++; break; } else { - break; //whathever else + break; //whatever else } } |