Cleanup: spelling in comments

This commit is contained in:
2022-09-16 18:13:19 +10:00
parent 48d7ff68f0
commit 95f05a6a4b
126 changed files with 214 additions and 209 deletions

View File

@@ -7,7 +7,7 @@
* Use to transform object origins only.
*
* This is a small API to store & apply transformations to object data,
* where a transformation matrix can be continually applied ontop of the original values
* where a transformation matrix can be continually applied on top of the original values
* so we don't lose precision over time.
*/