mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 13:03:06 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user