Fix various typos (#272)

* Fix various typos

Found via `codespell -q 3 -S ./3rdparty -L ba,nin,numer,ro`

* Fix source typo in tests/crt_test.cpp
This commit is contained in:
luzpaz
2022-02-05 22:08:43 -05:00
committed by GitHub
parent c969169fc1
commit ad018d47c6
15 changed files with 35 additions and 35 deletions

View File

@@ -412,7 +412,7 @@ namespace bx
++ptr;
--stringLen;
// Search pattern lenght can't be longer than the string.
// Search pattern length can't be longer than the string.
if (findLen > stringLen)
{
return NULL;